cleanup DownloadTask reference in episode when cancelled

otherwise partial downloads cancelled on restart can't be
downloaded again until gPodder restart. Because they were
not run from a DownloadQueueWorker, which would have called
recycle() after run().
This commit is contained in:
Eric Le Lay 2019-09-22 18:47:35 +02:00
parent aeceb3cb65
commit 9cd2f51465
1 changed files with 1 additions and 0 deletions

View File

@ -759,6 +759,7 @@ class DownloadTask(object):
util.delete_file(self.tempname)
self.progress = 0.0
self.speed = 0.0
self.recycle()
return False
# We only start this download if its status is "downloading"