timeline cache
This commit is contained in:
parent
4057122d8b
commit
462a9d8ef6
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ pandora.ui.player = function(data) {
|
||||||
find: ui.itemFind,
|
find: ui.itemFind,
|
||||||
getLargeTimelineURL: function(type, i) {
|
getLargeTimelineURL: function(type, i) {
|
||||||
return pandora.getMediaURL(
|
return pandora.getMediaURL(
|
||||||
'/' + ui.item + '/timeline' + type + '64p' + i + '.jpg'
|
'/' + ui.item + '/timeline' + type + '64p' + i + '.jpg?' + data.modified
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
height: pandora.$ui.contentPanel.size(1),
|
height: pandora.$ui.contentPanel.size(1),
|
||||||
|
@ -48,7 +48,7 @@ pandora.ui.player = function(data) {
|
||||||
showLayers: Ox.clone(ui.showLayers),
|
showLayers: Ox.clone(ui.showLayers),
|
||||||
showUsers: pandora.site.annotations.showUsers,
|
showUsers: pandora.site.annotations.showUsers,
|
||||||
showTimeline: ui.showTimeline,
|
showTimeline: ui.showTimeline,
|
||||||
smallTimelineURL: pandora.getMediaURL('/' + ui.item + '/timeline16p.jpg'),
|
smallTimelineURL: pandora.getMediaURL('/' + ui.item + '/timeline16p.jpg?' + data.modified),
|
||||||
subtitlesDefaultTrack: Ox.getLanguageNameByCode(pandora.site.language),
|
subtitlesDefaultTrack: Ox.getLanguageNameByCode(pandora.site.language),
|
||||||
subtitlesLayer: data.subtitlesLayer,
|
subtitlesLayer: data.subtitlesLayer,
|
||||||
subtitlesOffset: ui.videoSubtitlesOffset,
|
subtitlesOffset: ui.videoSubtitlesOffset,
|
||||||
|
|
Loading…
Reference in a new issue