mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-09 14:25:25 +02:00
Clear LibraryItemsPodcastFilters count cache after podcast[Episode] is created or destroryed
This commit is contained in:
@@ -100,7 +100,8 @@ module.exports = {
|
||||
return []
|
||||
},
|
||||
|
||||
clearCountCache() {
|
||||
clearCountCache(model, hook) {
|
||||
Logger.debug(`[LibraryItemsPodcastFilters] ${model}.${hook}: Clearing count cache`)
|
||||
countCache.clear()
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user