Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not start Downloaders for failed downloads
In case there were failed chapter downloads in the queue the DownloadManager still created an Downloader and started it. This Downloader would than immediately call "onComplete", since there is no available download, which then would refresh the Downloaders again which created an infinite loop until the failed download got removed from the queue
- Loading branch information