mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 00:54:30 +02:00
Remove commented out toasts
This commit is contained in:
parent
1822b21af8
commit
84e376a7cf
4 changed files with 1 additions and 15 deletions
|
@ -58,7 +58,6 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { Dialog } from '@capacitor/dialog'
|
||||
import { AbsFileSystem, AbsDownloader } from '@/plugins/capacitor'
|
||||
|
||||
export default {
|
||||
|
@ -215,7 +214,7 @@ export default {
|
|||
}
|
||||
|
||||
console.log('Local folder', JSON.stringify(localFolder))
|
||||
|
||||
|
||||
this.startDownload(localFolder)
|
||||
},
|
||||
async startDownload(localFolder) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue