Skip to content

Commit

Permalink
Merge pull request #1455 from anstosa/defaultpodcastsort
Browse files Browse the repository at this point in the history
Sensible default sort for podcasts
  • Loading branch information
advplyr authored Jan 26, 2025
2 parents 3060d18 + 822ca65 commit 08651d2
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 08651d2

Please sign in to comment.