Make metadata updating optional

This commit is contained in:
arkon
2020-05-23 10:37:46 -04:00
parent 4fdb4f14a8
commit 259946cf0a
5 changed files with 24 additions and 10 deletions

View File

@@ -199,6 +199,12 @@ class SettingsLibraryController : SettingsController() {
true
}
}
switchPreference {
key = Keys.autoUpdateMetadata
titleRes = R.string.pref_library_update_refresh_metadata
summaryRes = R.string.pref_library_update_refresh_metadata_summary
defaultValue = false
}
switchPreference {
key = Keys.showLibraryUpdateErrors
titleRes = R.string.pref_library_update_error_notification