mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Change default values of "coming soon" options
This commit is contained in:
@@ -26,7 +26,7 @@ sealed class ConfigProperties<T : Serializable>(
|
||||
Boolean::class,
|
||||
"library.scan.enable-filesystem-watcher",
|
||||
"Enable automatic library scanning using file system watchers (coming soon™)",
|
||||
true
|
||||
false
|
||||
)
|
||||
|
||||
data object ScanEmptyDirectories : ConfigProperties<Boolean>(
|
||||
@@ -77,7 +77,7 @@ sealed class ConfigProperties<T : Serializable>(
|
||||
Boolean::class,
|
||||
"library.metadata.update.enabled",
|
||||
"Enable periodic refresh of video game metadata (coming soon™)",
|
||||
true
|
||||
false
|
||||
)
|
||||
|
||||
data object UpdateSchedule : ConfigProperties<String>(
|
||||
|
||||
Reference in New Issue
Block a user