forked from 0x2620/pandora
merge /m view
This commit is contained in:
parent
2905774b10
commit
49187c8faf
8 changed files with 118 additions and 20 deletions
|
|
@ -155,6 +155,9 @@ const getVideoURL = function(id, resolution, part, track, streamId) {
|
|||
.replace('{resolution}', resolution)
|
||||
.replace('{uid}', uid)
|
||||
.replace('{uid42}', uid % 42);
|
||||
if (!prefix) {
|
||||
prefix = pandoraURL
|
||||
}
|
||||
return prefix + '/' + getVideoURLName(id, resolution, part, track, streamId);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue