Add option to update library each 6 hours (#278)
This commit is contained in:
parent
242b1ed9a3
commit
ba73b0aeb3
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ object SettingsLibraryScreen : SearchableSettings {
|
|||
title = stringResource(MR.strings.pref_library_update_interval),
|
||||
entries = persistentMapOf(
|
||||
0 to stringResource(MR.strings.update_never),
|
||||
6 to stringResource(MR.strings.update_6hour),
|
||||
12 to stringResource(MR.strings.update_12hour),
|
||||
24 to stringResource(MR.strings.update_24hour),
|
||||
48 to stringResource(MR.strings.update_48hour),
|
||||
|
|
|
|||
Loading…
Reference in a new issue