mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-09 13:29:37 +00:00
Series order by volume number, show volume number, keyword filter, fix overflow bug
This commit is contained in:
parent
9935bd2ffa
commit
06554811e2
11 changed files with 61 additions and 21 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue