mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-30 23:54:30 +02:00
Update:Android support storing downloads to internal app storage #635
This commit is contained in:
parent
87c74fe78b
commit
e6aaccfc74
14 changed files with 715 additions and 61 deletions
|
@ -272,7 +272,7 @@ export default {
|
|||
return this.playbackSession ? this.playbackSession.localLibraryItem || null : null
|
||||
},
|
||||
localLibraryItemCoverSrc() {
|
||||
var localItemCover = this.localLibraryItem ? this.localLibraryItem.coverContentUrl : null
|
||||
var localItemCover = this.localLibraryItem?.coverContentUrl || null
|
||||
if (localItemCover) return Capacitor.convertFileSrc(localItemCover)
|
||||
return null
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue