mirror of
https://github.com/gotson/komga.git
synced 2026-04-21 06:20:50 +02:00
fix incorrect error messages
This commit is contained in:
parent
dba9d13c3d
commit
7dd5e32d03
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class LibraryManager(
|
|||
} else {
|
||||
series.map { it.url }.let { urls ->
|
||||
serieRepository.findByUrlNotIn(urls).forEach {
|
||||
urls.forEach { logger.info { "Deleting serie not on disk anymore: $it" } }
|
||||
logger.info { "Deleting serie not on disk anymore: $it" }
|
||||
serieRepository.delete(it)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue