Skip to content

Commit

Permalink
cleanup duplicate random library sort mode
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong-tran committed Dec 25, 2024
1 parent a68d35a commit f0cacc1
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ data class LibrarySort(
Type.ChapterFetchDate,
Type.DateAdded,
Type.TrackerMean,
Type.Random,
/* SY -->*/ Type.TagList, /* SY <--*/
Type.Random,
)
Expand Down Expand Up @@ -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 <--
Expand All @@ -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 <--
Expand Down

0 comments on commit f0cacc1

Please sign in to comment.