Skip to content

Commit

Permalink
Sensible default sort for podcasts
Browse files Browse the repository at this point in the history
  • Loading branch information
anstosa committed Jan 26, 2025
1 parent 882ed18 commit 822ca65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tables/podcast/EpisodesTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
})
Expand Down

0 comments on commit 822ca65

Please sign in to comment.