mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-18 15:07:30 +01:00
Improve the refresh of chapter filters
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user