Fixed mistype in downloader.py

This commit is contained in:
RemixDev 2021-07-25 13:56:34 +02:00
parent 49dddea45e
commit 8894ba7862
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class Downloader:
self.afterDownloadCollection(tracks) self.afterDownloadCollection(tracks)
if self.listener: if self.listener:
if self.listener: if self.downloadObject.isCanceled:
self.listener.send('currentItemCancelled', self.downloadObject.uuid) self.listener.send('currentItemCancelled', self.downloadObject.uuid)
self.listener.send("removedFromQueue", self.downloadObject.uuid) self.listener.send("removedFromQueue", self.downloadObject.uuid)
else: else: