feat(koreader): Set public server as default for KOReader Sync (#1732)

This commit is contained in:
Zeedif
2025-10-24 16:37:22 -06:00
committed by GitHub
parent c35dd1a2c7
commit 4011a4c3ee
2 changed files with 4 additions and 3 deletions
@@ -600,7 +600,8 @@ class ServerConfig(
val koreaderSyncServerUrl: MutableStateFlow<String> by StringSetting(
protoNumber = 59,
group = SettingGroup.KOREADER_SYNC,
defaultValue = "http://localhost:17200",
defaultValue = "https://sync.koreader.rocks/",
description = "KOReader Sync Server URL. Public alternative: https://kosync.ak-team.com:3042/",
)
val koreaderSyncUsername: MutableStateFlow<String> by StringSetting(