Update:Playlists cover size

This commit is contained in:
advplyr 2022-12-03 15:44:53 -06:00
parent 6d2482a98e
commit 4959a28485

View File

@ -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() {