mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 15:47:13 +02:00
Removes download prompt on podcast ep page
This commit is contained in:
@@ -398,14 +398,7 @@ export default {
|
|||||||
|
|
||||||
console.log('Local folder', JSON.stringify(localFolder))
|
console.log('Local folder', JSON.stringify(localFolder))
|
||||||
|
|
||||||
const startDownloadMessage = `Start download for "${this.title}" to folder ${localFolder.name}?`
|
this.startDownload(localFolder)
|
||||||
const { value } = await Dialog.confirm({
|
|
||||||
title: 'Confirm',
|
|
||||||
message: startDownloadMessage
|
|
||||||
})
|
|
||||||
if (value) {
|
|
||||||
this.startDownload(localFolder)
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
async selectFolder() {
|
async selectFolder() {
|
||||||
const folderObj = await AbsFileSystem.selectFolder({ mediaType: this.mediaType })
|
const folderObj = await AbsFileSystem.selectFolder({ mediaType: this.mediaType })
|
||||||
|
|||||||
Reference in New Issue
Block a user