Fixed spotify plugin not working #7

This commit is contained in:
RemixDev 2021-07-16 14:51:26 +02:00
parent 263ecd4be0
commit 4119617c6b
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 1 additions and 1 deletions

View File

@ -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