mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -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
|
|
@ -117,7 +117,7 @@ class BookDetailsProviderNotifier extends StateNotifier<BookProviderModel> {
|
|||
siblingsResponse = await api.itemsGet(
|
||||
parentId: parentModel.id,
|
||||
recursive: true,
|
||||
sortBy: SortingOptions.name.toSortBy,
|
||||
sortBy: SortingOptions.sortName.toSortBy,
|
||||
fields: [
|
||||
ItemFields.genres,
|
||||
ItemFields.parentid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue