mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-05 17:59:40 +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
|
|
@ -649,7 +649,7 @@ class LibraryItem extends Model {
|
|||
}
|
||||
}
|
||||
|
||||
Logger.debug(`[LibraryItem] Saved metadata for "${this.media.title}" file to "${metadataFilePath}"`)
|
||||
Logger.debug(`[LibraryItem] Saved metadata for "${mediaExpanded.title}" file to "${metadataFilePath}"`)
|
||||
|
||||
return metadataLibraryFile
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue