Android cleaning up chromecast player and more failed attempts

This commit is contained in:
advplyr 2022-04-10 16:46:09 -05:00
parent e5c8d5d4d4
commit ef65b4c278
7 changed files with 112 additions and 51 deletions

View file

@ -120,7 +120,7 @@ export default {
return this.media.coverPath || this.placeholderUrl
},
hasCover() {
return !!this.media.coverPath
return !!this.media.coverPath || this.localCover
},
sizeMultiplier() {
var baseSize = this.squareAspectRatio ? 192 : 120