From 6f58f3fd2c68993144f63a1954260bf60365ff01 Mon Sep 17 00:00:00 2001 From: mfcar Date: Wed, 6 Mar 2024 15:59:22 +0000 Subject: [PATCH] Add episodesSorted watch item --- client/components/tables/podcast/LazyEpisodesTable.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/components/tables/podcast/LazyEpisodesTable.vue b/client/components/tables/podcast/LazyEpisodesTable.vue index 9e654f593..766be2071 100644 --- a/client/components/tables/podcast/LazyEpisodesTable.vue +++ b/client/components/tables/podcast/LazyEpisodesTable.vue @@ -123,6 +123,9 @@ export default { }, episodesList() { this.updateSeasonGroups(); + }, + episodesSorted() { + this.updateSeasonGroups(); } }, computed: {