Update domain/src/main/java/tachiyomi/domain/library/service/LibraryPreferences.kt

Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
Jack Hamilton 2024-10-12 16:28:42 -05:00 committed by GitHub
parent aefce87650
commit 945ae821fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ class LibraryPreferences(
LibrarySort.Serializer::deserialize,
)
fun currentRandomSortSeed() = preferenceStore.getInt("library_random_sort_seed", 0)
fun randomSortSeed() = preferenceStore.getInt("library_random_sort_seed", 0)
fun portraitColumns() = preferenceStore.getInt("pref_library_columns_portrait_key", 0)