mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-22 10:38:48 +02:00
Fix:Uploader removing single item from parsed upload items #530
This commit is contained in:
parent
ac58536501
commit
49bef2c641
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default {
|
||||||
if (ab.ignoredFiles.length) ignoredFiles = ignoredFiles.concat(ab.ignoredFiles)
|
if (ab.ignoredFiles.length) ignoredFiles = ignoredFiles.concat(ab.ignoredFiles)
|
||||||
}
|
}
|
||||||
return ab.itemFiles.length
|
return ab.itemFiles.length
|
||||||
}).map(ab => this.cleanItem(ab, index++))
|
}).map(ab => this.cleanItem(ab, mediaType, index++))
|
||||||
return {
|
return {
|
||||||
items,
|
items,
|
||||||
ignoredFiles
|
ignoredFiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue