cleanup duplicate random library sort mode

This commit is contained in:
Cuong-Tran 2024-12-25 15:41:43 +07:00
parent a68d35acca
commit f0cacc1650
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -82,7 +82,6 @@ data class LibrarySort(
Type.ChapterFetchDate,
Type.DateAdded,
Type.TrackerMean,
Type.Random,
/* SY -->*/ Type.TagList, /* SY <--*/
Type.Random,
)
@ -112,7 +111,6 @@ data class LibrarySort(
"CHAPTER_FETCH_DATE" -> Type.ChapterFetchDate
"DATE_ADDED" -> Type.DateAdded
"TRACKER_MEAN" -> Type.TrackerMean
"RANDOM" -> Type.Random
// SY -->
"TAG_LIST" -> Type.TagList
// SY <--
@ -138,7 +136,6 @@ data class LibrarySort(
Type.ChapterFetchDate -> "CHAPTER_FETCH_DATE"
Type.DateAdded -> "DATE_ADDED"
Type.TrackerMean -> "TRACKER_MEAN"
Type.Random -> "RANDOM"
// SY -->
Type.TagList -> "TAG_LIST"
// SY <--