This commit is contained in:
j 2012-03-03 14:59:53 +01:00
parent ab2c8f7d0f
commit 3330512fe4

View file

@ -793,7 +793,7 @@ pandora.getSortOperator = function(key) {
};
pandora.getVideoUrl = function(id, resolution, part) {
var pandora.site.site.videoprefix
var prefix = pandora.site.site.videoprefix
.replace('{uid}', Ox.uid())
.replace('{part}', part);
return prefix + '/' + id + '/' + resolution + 'p' + part + '.' + pandora.user.videoFormat;