mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-08 11:42:44 +02:00
Allow any utf-8 char in genre and tags, fix stream manager user undefined
This commit is contained in:
@@ -121,7 +121,6 @@ export default {
|
||||
return _sel.text
|
||||
},
|
||||
genres() {
|
||||
// return this.$store.state.audiobooks.genres
|
||||
return this.$store.getters['audiobooks/getGenresUsed']
|
||||
},
|
||||
tags() {
|
||||
|
||||
Reference in New Issue
Block a user