This commit is contained in:
Jack Hamilton 2024-10-11 17:31:22 -05:00
parent 3d087f4428
commit 80f9dfb699

View File

@ -78,7 +78,7 @@ data class LibrarySort(
Type.ChapterFetchDate, Type.ChapterFetchDate,
Type.DateAdded, Type.DateAdded,
Type.TrackerMean, Type.TrackerMean,
Type.Random Type.Random,
) )
} }
val directions by lazy { setOf(Direction.Ascending, Direction.Descending) } val directions by lazy { setOf(Direction.Ascending, Direction.Descending) }