diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index e9037bed3..ea7795b40 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -378,8 +378,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) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index f0f62f29c..1fe5d76d8 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -35,8 +35,8 @@ - -
+ +