Emit update when cover is updated

This commit is contained in:
Mark Cooper 2021-08-24 20:32:13 -05:00
parent e230cb47e8
commit 6ca7e9e6a6
3 changed files with 3 additions and 2 deletions

View file

@ -200,6 +200,7 @@ class Scanner {
audiobook.book.cover = results[0]
await this.db.updateAudiobook(audiobook)
found++
this.emitter('audiobook_updated', audiobook.toJSONMinified())
} else {
notFound++
}