prefix
This commit is contained in:
parent
ab2c8f7d0f
commit
3330512fe4
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ pandora.getSortOperator = function(key) {
|
||||||
};
|
};
|
||||||
|
|
||||||
pandora.getVideoUrl = function(id, resolution, part) {
|
pandora.getVideoUrl = function(id, resolution, part) {
|
||||||
var pandora.site.site.videoprefix
|
var prefix = pandora.site.site.videoprefix
|
||||||
.replace('{uid}', Ox.uid())
|
.replace('{uid}', Ox.uid())
|
||||||
.replace('{part}', part);
|
.replace('{part}', part);
|
||||||
return prefix + '/' + id + '/' + resolution + 'p' + part + '.' + pandora.user.videoFormat;
|
return prefix + '/' + id + '/' + resolution + 'p' + part + '.' + pandora.user.videoFormat;
|
||||||
|
|
Loading…
Reference in a new issue