mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 08:15:48 +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,
|
Boolean::class,
|
||||||
"library.scan.enable-filesystem-watcher",
|
"library.scan.enable-filesystem-watcher",
|
||||||
"Enable automatic library scanning using file system watchers (coming soon™)",
|
"Enable automatic library scanning using file system watchers (coming soon™)",
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
data object ScanEmptyDirectories : ConfigProperties<Boolean>(
|
data object ScanEmptyDirectories : ConfigProperties<Boolean>(
|
||||||
@@ -77,7 +77,7 @@ sealed class ConfigProperties<T : Serializable>(
|
|||||||
Boolean::class,
|
Boolean::class,
|
||||||
"library.metadata.update.enabled",
|
"library.metadata.update.enabled",
|
||||||
"Enable periodic refresh of video game metadata (coming soon™)",
|
"Enable periodic refresh of video game metadata (coming soon™)",
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
data object UpdateSchedule : ConfigProperties<String>(
|
data object UpdateSchedule : ConfigProperties<String>(
|
||||||
|
|||||||
Reference in New Issue
Block a user