mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-21 03:04:30 +02:00
Support for android 8+, selectable download location, permissions check, recursive delete
This commit is contained in:
parent
b4ffe0fc83
commit
e124d3858f
23 changed files with 798 additions and 387 deletions
|
@ -110,6 +110,7 @@ export default {
|
|||
return this.download ? this.download.cover : null
|
||||
},
|
||||
download() {
|
||||
return null
|
||||
return this.$store.getters['downloads/getDownloadIfReady'](this.audiobookId)
|
||||
},
|
||||
errorText() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue