mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 23:20:05 +02:00
Update:Check if directory already exists before upload #1497
This commit is contained in:
parent
0678c26627
commit
9712bdf5f0
5 changed files with 61 additions and 12 deletions
|
@ -114,6 +114,7 @@ export default {
|
|||
var files = this.item.itemFiles.concat(this.item.otherFiles)
|
||||
return {
|
||||
index: this.item.index,
|
||||
directory: this.directory,
|
||||
...this.itemData,
|
||||
files
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue