Update app/src/main/java/eu/kanade/tachiyomi/ui/library/LibraryScreenModel.kt

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

View File

@ -302,8 +302,7 @@ class LibraryScreenModel(
item1Score.compareTo(item2Score)
}
LibrarySort.Type.Random -> {
error("A comparator should not be requested for the random sort style. Instead, intercept this " +
"case and call .shuffle()")
error("Why Are We Still Here? Just To Suffer?")
}
}
}