chore(download): disable download URL hash inclusion by default (#1677)

This commit is contained in:
Cuong-Tran 2026-06-11 03:06:27 +07:00 committed by GitHub
parent 582ea3e60d
commit 3b06366fd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@ class DownloadPreferences(
fun parallelPageLimit() = preferenceStore.getInt("download_parallel_page_limit", 5)
// SY -->
fun includeChapterUrlHash() = preferenceStore.getBoolean("download_include_chapter_url_hash", true)
fun includeChapterUrlHash() = preferenceStore.getBoolean("download_include_chapter_url_hash", false)
// SY <--
// KMK -->