mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-11 16:29:21 -06:00
Fixed: Multi-word genres in Auto Tags (#4601)
(cherry picked from commit 5c4f82999368edfedd038a0a27d323e04b81a400) Co-authored-by: Mark McDowall <mark@mcdowall.ca>
This commit is contained in:
@@ -77,6 +77,7 @@ class TextTagInputConnector extends Component {
|
||||
render() {
|
||||
return (
|
||||
<TagInput
|
||||
delimiters={['Tab', 'Enter', ',']}
|
||||
tagList={[]}
|
||||
onTagAdd={this.onTagAdd}
|
||||
onTagDelete={this.onTagDelete}
|
||||
|
||||
Reference in New Issue
Block a user