Add option to update library each 6 hours (#278)

This commit is contained in:
kana-shii 2024-08-22 16:25:15 -03:00 committed by Cuong-Tran
parent 242b1ed9a3
commit ba73b0aeb3
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -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),