clips return annotation id now

This commit is contained in:
j 2011-10-19 17:59:33 +02:00
parent 898aa66509
commit 867bff4e10
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ pandora.ui.clipList = function(videoRatio) {
width = fixedRatio > 1 ? size : Math.round(size * fixedRatio);
height = fixedRatio > 1 ? Math.round(size / fixedRatio) : size;
}
title = data.subtitles[0]; //fixme: could be other layer
title = data.subtitles[0].value; //fixme: could be other layer
url = '/' + data.id.split('/')[0] + '/' + height + 'p' + data['in'] + '.jpg';
sortKey = sort[0].key;
if (['text', 'position', 'duration'].indexOf(sortKey) > -1) {