mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-28 09:15:48 -04:00
Update:Cover resolution to use unicode multiplication sign instead of x #2888
This commit is contained in:
parent
c55988102d
commit
10e7f142ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue