ribbons / RadioDownloader

An easy to use application for managing podcast subscriptions and downloads.
https://nerdoftheherd.com/tools/radiodld/
GNU General Public License v3.0
15 stars 11 forks source link

Waiting downloads are now correctly removed from download manager when cancelled. #170

Closed ribbons closed 11 years ago

ribbons commented 11 years ago

Original report from Matt Robinson at 17:01:00 on 2012-04-08

If a download is waiting for a download slot to become available and is cancelled by the user, it doesn't get removed from the queue of waiting downloads. This means that it is still downloaded and the application then crashes when it has completed as the entry no longer exists in the database.


Imported from Bug 634 in the NerdoftheHerd.com Bugzilla.

ribbons commented 11 years ago

Original comment from Matt Robinson at 17:18:55 on 2012-04-08

Resolved in 1f710f5 by making the download manager handle all cancellations instead of relying on the individual download handlers (which only worked correctly with in-progress downloads).