videoprefix

This commit is contained in:
j 2011-10-27 12:07:44 +02:00
commit bf62056bb2
4 changed files with 8 additions and 2 deletions

View file

@ -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;
});
});