mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 15:04:43 +02:00
Download episodes to server & see downloads queued/in progress #225
This commit is contained in:
parent
64325fe2a6
commit
82e8fbba2b
4 changed files with 124 additions and 11 deletions
|
@ -66,6 +66,9 @@ export default {
|
|||
}
|
||||
},
|
||||
computed: {
|
||||
isAdminOrUp() {
|
||||
return this.$store.getters['user/getIsAdminOrUp']
|
||||
},
|
||||
isIos() {
|
||||
return this.$platform === 'ios'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue