From 4119617c6bb30b5524c15bf7abf43715bda84db6 Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 16 Jul 2021 14:51:26 +0200 Subject: [PATCH] Fixed spotify plugin not working #7 --- deemix/plugins/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deemix/plugins/spotify.py b/deemix/plugins/spotify.py index b36eb17..1968403 100644 --- a/deemix/plugins/spotify.py +++ b/deemix/plugins/spotify.py @@ -54,7 +54,7 @@ class Spotify(Plugin): 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) if link_type is None or link_id is None: return None