mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 22:05:23 +02:00
Add:OPML Export #1260
This commit is contained in:
@@ -677,14 +677,7 @@ export default {
|
||||
}
|
||||
},
|
||||
downloadLibraryItem() {
|
||||
const a = document.createElement('a')
|
||||
a.style.display = 'none'
|
||||
a.href = this.downloadUrl
|
||||
document.body.appendChild(a)
|
||||
a.click()
|
||||
setTimeout(() => {
|
||||
a.remove()
|
||||
})
|
||||
this.$downloadFile(this.downloadUrl)
|
||||
},
|
||||
deleteLibraryItem() {
|
||||
const payload = {
|
||||
|
||||
Reference in New Issue
Block a user