mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-10 05:54:47 +02:00
Fix:Series books page sort order #443
This commit is contained in:
parent
6bbcd300e4
commit
32dfb3b40a
1 changed files with 0 additions and 2 deletions
|
@ -356,8 +356,6 @@ export default {
|
|||
let searchParams = new URLSearchParams()
|
||||
if (this.page === 'series-books') {
|
||||
searchParams.set('filter', `series.${this.$encode(this.seriesId)}`)
|
||||
searchParams.set('sort', 'book.volumeNumber')
|
||||
searchParams.set('desc', 0)
|
||||
} else {
|
||||
if (this.filterBy && this.filterBy !== 'all') {
|
||||
searchParams.set('filter', this.filterBy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue