Fix downloader stopping after failing to create download directory of a manga (#2068)

(cherry picked from commit 536393a6d9941fac282f10b825aa611b91e1fcdb)

# Conflicts:
#	CHANGELOG.md
#	app/src/main/java/eu/kanade/tachiyomi/data/download/DownloadManager.kt
#	app/src/main/java/eu/kanade/tachiyomi/data/download/Downloader.kt
This commit is contained in:
AntsyLich
2025-05-05 01:02:08 +06:00
committed by Jobobby04
parent 78f6a34339
commit b6e5943e15
4 changed files with 49 additions and 20 deletions
@@ -498,6 +498,8 @@
<string name="pref_remove_exclude_categories">Excluded categories</string>
<string name="no_location_set">No storage location set</string>
<string name="invalid_location">Invalid location: %s</string>
<string name="storage_failed_to_create_download_directory">Failed to create download directory</string>
<string name="storage_failed_to_create_directory">Failed to create directory: %s</string>
<string name="disabled">Disabled</string>
<string name="last_read_chapter">Last read chapter</string>
<string name="second_to_last">Second to last read chapter</string>