mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-17 03:06:39 -07:00
fix: Use sortName instead of name for searches/library views (#359)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
c589b9e8fc
commit
a8795cf0c9
5 changed files with 7 additions and 8 deletions
|
|
@ -77,7 +77,7 @@ class LibrarySearchModel with LibrarySearchModelMappable {
|
|||
FladderItemType.video: true,
|
||||
},
|
||||
this.favourites = false,
|
||||
this.sortingOption = SortingOptions.name,
|
||||
this.sortingOption = SortingOptions.sortName,
|
||||
this.sortOrder = SortingOrder.ascending,
|
||||
this.hideEmptyShows = true,
|
||||
this.recursive = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue