mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 19:52:50 +02:00
Revert "Invalidate count cache on entity update"
This reverts commit e8b60defb6.
This commit is contained in:
@@ -140,10 +140,6 @@ class PodcastEpisode extends Model {
|
||||
PodcastEpisode.addHook('afterCreate', async (instance) => {
|
||||
libraryItemsPodcastFilters.clearCountCache('podcastEpisode', 'afterCreate')
|
||||
})
|
||||
|
||||
PodcastEpisode.addHook('afterUpdate', async (instance) => {
|
||||
libraryItemsPodcastFilters.clearCountCache('podcastEpisode', 'afterUpdate')
|
||||
})
|
||||
}
|
||||
|
||||
get size() {
|
||||
|
||||
Reference in New Issue
Block a user