mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-28 06:14:00 +02:00
Update:Use cover aspect ratio from library setting
This commit is contained in:
@@ -58,7 +58,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
bookCoverAspectRatio() {
|
||||
return this.$store.getters['getBookCoverAspectRatio']
|
||||
return this.$store.getters['libraries/getBookCoverAspectRatio']
|
||||
},
|
||||
bookItems() {
|
||||
return this.collection.books || []
|
||||
|
||||
Reference in New Issue
Block a user