Revert "Invalidate count cache on entity update"

This reverts commit e8b60defb6.
This commit is contained in:
mikiher 2025-02-23 08:03:10 +02:00
parent 9d7f44f73a
commit d6b58c2f10
3 changed files with 0 additions and 12 deletions

View file

@ -157,10 +157,6 @@ class Podcast extends Model {
Podcast.addHook('afterCreate', async (instance) => {
libraryItemsPodcastFilters.clearCountCache('podcast', 'afterCreate')
})
Podcast.addHook('afterUpdate', async (instance) => {
libraryItemsPodcastFilters.clearCountCache('podcast', 'afterUpdate')
})
}
get hasMediaFiles() {