This commit is contained in:
sanj 2011-01-01 20:01:01 +05:30
parent 654b7d26f0
commit 0ba59f110a

View File

@ -22,6 +22,8 @@ function setupPadmaLink(videoObj, data) {
return false;
}
// console.log(data.linkData);
//FIXME: this whole thing is a bit of rubbish, and they should not set type = 'tcRange'
if (data.linkData.type == 'info' || data.linkData.type == 'editor' || data.linkData.type == "tc") {
data.linkData.tcIn = ms2npt(0);
data.linkData.tcOut = ms2npt(videoObj.video.duration);