Improve the refresh of chapter filters

This commit is contained in:
inorichi
2015-12-03 12:48:30 +01:00
parent ab216a3608
commit b986309b81
3 changed files with 61 additions and 38 deletions

View File

@@ -340,7 +340,6 @@ public class DownloadManager {
public void deleteChapter(Source source, Manga manga, Chapter chapter) {
File path = getAbsoluteChapterDirectory(source, manga, chapter);
DiskUtils.deleteFiles(path);
queue.remove(chapter);
}
public DownloadQueue getQueue() {