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

This commit is contained in:
AntsyLich
2025-05-05 01:02:08 +06:00
committed by GitHub
parent f8cb506137
commit 536393a6d9
5 changed files with 42 additions and 15 deletions

View File

@@ -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>