From 10e7f142eceec6eb2489e2c025f498a592f7079d Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 29 Apr 2024 17:22:14 -0500 Subject: [PATCH] Update:Cover resolution to use unicode multiplication sign instead of x #2888 --- client/components/covers/PreviewCover.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/covers/PreviewCover.vue b/client/components/covers/PreviewCover.vue index daf579ac..58937150 100644 --- a/client/components/covers/PreviewCover.vue +++ b/client/components/covers/PreviewCover.vue @@ -65,7 +65,7 @@ export default { return 0.8 * this.sizeMultiplier }, resolution() { - return `${this.naturalWidth}x${this.naturalHeight}px` + return `${this.naturalWidth}×${this.naturalHeight}px` }, placeholderUrl() { const config = this.$config || this.$nuxt.$config