Add:Server option to use square cover images #210

This commit is contained in:
advplyr
2021-12-02 15:49:03 -06:00
parent 0d6f83e9d9
commit 9a6ba3d0de
18 changed files with 208 additions and 122 deletions

View File

@@ -104,7 +104,7 @@ export default {
return this.$route.name === 'library-library'
},
isSeriesPage() {
return this.$route.name === 'library-library-series-id'
return this.$route.name === 'library-library-series-id' || this.paramId === 'series'
},
libraryBookshelfPage() {
return this.$route.name === 'library-library-bookshelf-id'