forked from 0x2620/pandora
define url
This commit is contained in:
parent
a5c6cb875f
commit
3204bc68f6
1 changed files with 2 additions and 1 deletions
|
@ -1296,7 +1296,8 @@ pandora.getClipVideos = function(clip, resolution) {
|
|||
}());
|
||||
|
||||
pandora.getDownloadLink = function(item, rightslevel) {
|
||||
var torrent = pandora.site.video.torrent;
|
||||
var torrent = pandora.site.video.torrent,
|
||||
url;
|
||||
if (arguments.length == 2 && torrent &&
|
||||
pandora.hasCapability('canSeeItem', 'guest') < rightslevel) {
|
||||
torrent = false;
|
||||
|
|
Loading…
Reference in a new issue