mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 02:05:06 +02:00
Allow any utf-8 char in genre and tags, fix stream manager user undefined
This commit is contained in:
parent
d2a2f3ff6a
commit
e534d015be
6 changed files with 11 additions and 102 deletions
|
@ -121,7 +121,6 @@ export default {
|
|||
return _sel.text
|
||||
},
|
||||
genres() {
|
||||
// return this.$store.state.audiobooks.genres
|
||||
return this.$store.getters['audiobooks/getGenresUsed']
|
||||
},
|
||||
tags() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue