diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index e9037bed..ea7795b4 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 f0f62f29..1fe5d76d 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -35,8 +35,8 @@ - -
+ +