mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
* Fix early exit on download for existing download for FolderProvider The current check only worked for the "ArchiveProvider". The "FolderProvider" never moved the existing download to the cache folder. In case the existing download is considered to be reusable, there is no need to proceed with the download logic. * Fix "ArchiveProvider#extractExistingDownload" The "ChaptersFilesProvider#extractExistingDownload" expects the download to be extracted into the final download folder. However, the "ArchiveProvider" extracted the download into the chapter download cache folder. * Add chapter download function call requirements