videoprefix
This commit is contained in:
parent
e97a1b8e24
commit
bf62056bb2
4 changed files with 8 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ pandora.ui.item = function() {
|
|||
});
|
||||
pandora.site.video.resolutions.forEach(function(resolution) {
|
||||
video[resolution] = Ox.range(result.data.parts).map(function(i) {
|
||||
return '/' + pandora.user.ui.item + '/'
|
||||
return pandora.site.site.videoprefix + '/' + pandora.user.ui.item + '/'
|
||||
+ resolution + 'p' + (i + 1) + '.' + pandora.user.videoFormat;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue