mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Fix:Drag n drop folder upload
This commit is contained in:
parent
c344555be3
commit
ac58536501
2 changed files with 4 additions and 3 deletions
|
@ -195,7 +195,8 @@ export default {
|
|||
e.preventDefault()
|
||||
this.isDragging = false
|
||||
var items = e.dataTransfer.items || []
|
||||
var itemResults = await this.uploadHelpers.getItemsFromDrop(items)
|
||||
|
||||
var itemResults = await this.uploadHelpers.getItemsFromDrop(items, this.selectedLibraryMediaType)
|
||||
this.setResults(itemResults)
|
||||
},
|
||||
inputChanged(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue