Fixed downloading after revisiting cached manga

This commit is contained in:
tom5079
2022-01-31 13:17:44 +09:00
parent 85973d2305
commit 9d984d92af
2 changed files with 1 additions and 2 deletions

View File

@@ -329,7 +329,6 @@ class DownloadService : Service() {
}
if (isCompleted(galleryID)) {
DownloadManager.getInstance(this@DownloadService).addDownloadFolder(galleryID)
Cache.getInstance(this@DownloadService, galleryID).moveToDownload()
notificationManager.cancel(galleryID)