forked from 0x2620/pandora
frames should be in videoResolution too
This commit is contained in:
parent
c8f0697a32
commit
08e7c6f939
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ pandora.ui.item = function() {
|
|||
find: pandora.user.ui.itemFind.conditions[0]
|
||||
? pandora.user.ui.itemFind.conditions[0].value : '',
|
||||
getFrameURL: function(position) {
|
||||
return '/' + pandora.user.ui.item + '/' + Ox.last(pandora.site.video.resolutions) + 'p' + position + '.jpg';
|
||||
return '/' + pandora.user.ui.item + '/' + pandora.user.ui.videoResolution + 'p' + position + '.jpg';
|
||||
},
|
||||
getLargeTimelineImageURL: function(i) {
|
||||
return '/' + pandora.user.ui.item + '/timeline64p' + i + '.png';
|
||||
|
|
Loading…
Reference in a new issue