diff --git a/components/tables/podcast/EpisodesTable.vue b/components/tables/podcast/EpisodesTable.vue index 5deb98ef..127885d6 100644 --- a/components/tables/podcast/EpisodesTable.vue +++ b/components/tables/podcast/EpisodesTable.vue @@ -278,6 +278,7 @@ export default { return this.$store.getters['user/getUserMediaProgress'](this.libraryItemId, episode.id) }, init() { + this.sortDesc = this.mediaMetadata.type === 'episodic' this.episodesCopy = this.episodes.map((ep) => { return { ...ep } })