pass item name to video panels

This commit is contained in:
rolux 2014-01-19 11:58:05 +05:30
commit e7288a1f0b
3 changed files with 3 additions and 0 deletions

View file

@ -31,6 +31,7 @@ pandora.ui.timeline = function(data) {
return '/' + ui.item + '/timeline' + type + '64p' + i + '.jpg';
},
height: pandora.$ui.contentPanel.size(1),
itemName: pandora.site.itemName,
layers: data.annotations,
muted: ui.videoMuted,
position: ui.videoPoints[ui.item].position,