Series order by volume number, show volume number, keyword filter, fix overflow bug

This commit is contained in:
Mark Cooper 2021-09-26 15:34:08 -05:00
parent 9935bd2ffa
commit 06554811e2
11 changed files with 61 additions and 21 deletions

View file

@ -26,6 +26,9 @@ export default {
if (this.$store.state.selectedAudiobooks) {
this.$store.commit('setSelectedAudiobooks', [])
}
if (this.$store.state.audiobooks.keywordFilter) {
this.$store.commit('audiobooks/setKeywordFilter', '')
}
}
},
computed: {