mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 23:14:48 +02:00
Fix:iOS downloads #537
This commit is contained in:
parent
6cd04e7098
commit
4eeb7f24d8
7 changed files with 40 additions and 16 deletions
|
@ -44,7 +44,6 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
clickedIt() {
|
||||
if (this.isIos) return // TODO: Implement on iOS
|
||||
this.$router.push('/downloading')
|
||||
},
|
||||
onItemDownloadComplete(data) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue