mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-22 20:04:38 +02:00
Series order by volume number, show volume number, keyword filter, fix overflow bug
This commit is contained in:
parent
0d556c3f76
commit
68f534a97e
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