Fixed spotify plugin not working #7
This commit is contained in:
parent
263ecd4be0
commit
4119617c6b
|
@ -54,7 +54,7 @@ class Spotify(Plugin):
|
||||||
|
|
||||||
return (link, link_type, link_id)
|
return (link, link_type, link_id)
|
||||||
|
|
||||||
def generateDownloadObject(self, dz, link, bitrate):
|
def generateDownloadObject(self, dz, link, bitrate, listener):
|
||||||
(link, link_type, link_id) = self.parseLink(link)
|
(link, link_type, link_id) = self.parseLink(link)
|
||||||
|
|
||||||
if link_type is None or link_id is None: return None
|
if link_type is None or link_id is None: return None
|
||||||
|
|
Loading…
Reference in New Issue