mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-03 09:34:51 +02:00
Android cleaning up chromecast player and more failed attempts
This commit is contained in:
parent
e5c8d5d4d4
commit
ef65b4c278
7 changed files with 112 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue