mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
feat: Add 'Write Metadata Files' button to Library Tools modal
This commit is contained in:
parent
a73ce12945
commit
b5caadd4c2
5 changed files with 99 additions and 1 deletions
|
|
@ -90,4 +90,6 @@ module.exports.migrate = async (Database) => {
|
|||
Logger.info(`[absMetadataMigration] Starting metadata.json migration`)
|
||||
const totalCreated = await runMigration(Database)
|
||||
Logger.info(`[absMetadataMigration] Finished metadata.json migration (${totalCreated} files created)`)
|
||||
}
|
||||
}
|
||||
|
||||
module.exports.writeMetadataFileForItem = writeMetadataFileForItem
|
||||
Loading…
Add table
Add a link
Reference in a new issue