Add empty custom_downloader field in SyncTask to prevent exception.

filename generated by yt-dlp.

Reported in
https://github.com/gpodder/gpodder/issues/1348#issuecomment-1445273299
This commit is contained in:
auouymous 2023-03-05 22:33:39 -07:00
parent 353a4cc8b6
commit 3d690633ee
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ class SyncTask(download.DownloadTask):
self.speed = 0.0
self.progress = 0.0
self.error_message = None
self.custom_downloader = None
# Have we already shown this task in a notification?
self._notification_shown = False