From 4959a28485d7331bff25f1648a8f5b4fdb0054b9 Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 3 Dec 2022 15:44:53 -0600 Subject: [PATCH] Update:Playlists cover size --- client/components/app/LazyBookshelf.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/app/LazyBookshelf.vue b/client/components/app/LazyBookshelf.vue index ed66475e..f5eee3ce 100644 --- a/client/components/app/LazyBookshelf.vue +++ b/client/components/app/LazyBookshelf.vue @@ -163,7 +163,7 @@ export default { }, bookWidth() { var coverSize = this.$store.getters['user/getUserSetting']('bookshelfCoverSize') - if (this.isCoverSquareAspectRatio) return coverSize * 1.6 + if (this.isCoverSquareAspectRatio || this.entityName === 'playlists') return coverSize * 1.6 return coverSize }, bookHeight() {