mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 10:04:39 +02:00
Sensible default sort for podcasts
This commit is contained in:
parent
882ed1871a
commit
822ca65349
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue