Fix library sort not using tag sort
This commit is contained in:
parent
9bde4b8b33
commit
259a487dc0
@ -69,7 +69,7 @@ data class LibrarySort(
|
||||
}
|
||||
|
||||
companion object {
|
||||
val types by lazy { setOf(Type.Alphabetical, Type.LastRead, Type.LastUpdate, Type.UnreadCount, Type.TotalChapters, Type.LatestChapter, Type.ChapterFetchDate, Type.DateAdded) }
|
||||
val types by lazy { setOf(Type.Alphabetical, Type.LastRead, Type.LastUpdate, Type.UnreadCount, Type.TotalChapters, Type.LatestChapter, Type.ChapterFetchDate, Type.DateAdded /* SY -->*/, Type.TagList /* SY <--*/) }
|
||||
val directions by lazy { setOf(Direction.Ascending, Direction.Descending) }
|
||||
val default = LibrarySort(Type.Alphabetical, Direction.Ascending)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user