|
@@ -143,7 +143,7 @@ class PreferencesHelper(val context: Context) {
|
|
|
|
|
|
fun libraryUpdateCategories() = rxPrefs.getStringSet(Keys.libraryUpdateCategories, emptySet())
|
|
|
|
|
|
- fun libraryUpdatePrioritization() = rxPrefs.getInteger(Keys.libraryUpdatePrioritization, 1)
|
|
|
+ fun libraryUpdatePrioritization() = rxPrefs.getInteger(Keys.libraryUpdatePrioritization, 0)
|
|
|
|
|
|
fun libraryAsList() = rxPrefs.getBoolean(Keys.libraryAsList, false)
|
|
|
|