fix: increase sync time default/max + minimizable sync notif (#12)

This commit is contained in:
Harvey
2026-04-05 02:52:28 +01:00
committed by GitHub
parent 687a925545
commit 48c0a94a47
6 changed files with 198 additions and 80 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ class LocalFilesVerifyResponse(AppStruct):
class LidarrSettings(AppStruct):
sync_frequency: Literal["manual", "5min", "10min", "30min", "1hr"] = "10min"
sync_frequency: Literal["manual", "5min", "10min", "30min", "1hr", "6hr", "12hr", "24hr", "3d", "7d"] = "24hr"
last_sync: int | None = None
last_sync_success: bool = True