mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-06 20:08:48 +02:00
Fix ascending bug
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
||||
},
|
||||
sortDesc: {
|
||||
get() {
|
||||
const desc = this.$store.getters['user/getUserSetting']('podcastEpisodesOrderDesc')
|
||||
const desc = this.$store.state.user.settings.podcastEpisodesOrderDesc
|
||||
if (desc === null || desc === undefined) return this.mediaMetadata.type === 'episodic'
|
||||
return desc
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user