mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-27 06:09:38 +00:00
Fix debug log metadata save title
This commit is contained in:
parent
63a97b3c40
commit
d5cd4f7944
2 changed files with 4 additions and 2 deletions
|
|
@ -166,7 +166,9 @@ class ToolsController {
|
|||
}
|
||||
|
||||
const libraryItems = await Database.libraryItemModel.findAll()
|
||||
for (const libraryItem of libraryItems) await libraryItem.saveMetadataFile()
|
||||
for (const libraryItem of libraryItems) {
|
||||
await libraryItem.saveMetadataFile()
|
||||
}
|
||||
|
||||
res.sendStatus(200)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue