mirror of
https://github.com/Readarr/Readarr
synced 2025-12-27 02:32:27 +01:00
Fixed: Multi-word genres in Auto Tags
Fixed #6488 (cherry picked from commit 5c4f82999368edfedd038a0a27d323e04b81a400)
This commit is contained in:
parent
8efb2eb71a
commit
a9b652a280
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ class TextTagInputConnector extends Component {
|
|||
render() {
|
||||
return (
|
||||
<TagInput
|
||||
delimiters={['Tab', 'Enter', ',']}
|
||||
tagList={[]}
|
||||
onTagAdd={this.onTagAdd}
|
||||
onTagDelete={this.onTagDelete}
|
||||
|
|
|
|||
Loading…
Reference in a new issue