This commit is contained in:
advplyr 2021-12-26 11:28:48 -06:00
commit de579347e8

View File

@ -223,6 +223,7 @@ class BookController {
if (updated) {
await this.db.updateAudiobook(audiobook)
await this.cacheManager.purgeCoverCache(audiobook.id)
this.emitter('audiobook_updated', audiobook.toJSONExpanded())
}