Fix multi-select, add new book flag

This commit is contained in:
advplyr 2021-09-01 13:47:18 -05:00
parent 28966e191b
commit 7ddb4f0539
15 changed files with 106 additions and 36 deletions

View file

@ -115,9 +115,6 @@ export default {
if (!_sel) return ''
return _sel.text
},
authors() {
return this.$store.getters['audiobooks/getUniqueAuthors']
},
genres() {
return this.$store.state.audiobooks.genres
},