mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 15:47:13 +02:00
Fix ascending bug
This commit is contained in:
@@ -234,7 +234,7 @@ export default {
|
|||||||
},
|
},
|
||||||
sortDesc: {
|
sortDesc: {
|
||||||
get() {
|
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'
|
if (desc === null || desc === undefined) return this.mediaMetadata.type === 'episodic'
|
||||||
return desc
|
return desc
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user