Download episodes to server & see downloads queued/in progress #225

This commit is contained in:
advplyr 2022-12-10 10:12:58 -06:00
parent 64325fe2a6
commit 82e8fbba2b
4 changed files with 124 additions and 11 deletions

View file

@ -66,6 +66,9 @@ export default {
}
},
computed: {
isAdminOrUp() {
return this.$store.getters['user/getIsAdminOrUp']
},
isIos() {
return this.$platform === 'ios'
},