mirror of
https://github.com/gotson/komga.git
synced 2026-01-05 23:36:07 +01:00
polish
This commit is contained in:
parent
5a3e9a5853
commit
b48bb279c6
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class LibraryManager(
|
|||
val existingBook = bookRepository.findByUrl(newBook.url) ?: newBook
|
||||
|
||||
if (newBook.fileLastModified != existingBook.fileLastModified) {
|
||||
logger.info { "Book changed on disk, update and reset metadata status: ${newBook}" }
|
||||
logger.info { "Book changed on disk, update and reset metadata status: $newBook" }
|
||||
existingBook.fileLastModified = newBook.fileLastModified
|
||||
existingBook.name = newBook.name
|
||||
existingBook.metadata.reset()
|
||||
|
|
|
|||
Loading…
Reference in a new issue