forked from 0x2620/pandora
typo
This commit is contained in:
parent
f5cc740af2
commit
76d000b42b
1 changed files with 1 additions and 1 deletions
|
@ -1948,7 +1948,7 @@ pandora.getVideoURL = function(id, resolution, part, track) {
|
|||
.replace('{id}', id)
|
||||
.replace('{part}', part)
|
||||
.replace('{resolution}', resolution)
|
||||
.replace('{uid}', uid),
|
||||
.replace('{uid}', uid)
|
||||
.replace('{uid42}', uid % 42),
|
||||
local = pandora.fs && pandora.fs.getVideoURL(id, resolution, part, track);
|
||||
return local || prefix + '/'
|
||||
|
|
Loading…
Reference in a new issue