Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/a9b652a2808bd134244450e5dc29b2e745d98dfd You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed: Multi-word genres in Auto Tags

Fixed 

(cherry picked from commit 5c4f82999368edfedd038a0a27d323e04b81a400)
pull/3322/head
Mark McDowall 1 year ago committed by Bogdan
parent 8efb2eb71a
commit a9b652a280

@ -91,6 +91,7 @@ class TextTagInputConnector extends Component {
render() {
return (
<TagInput
delimiters={['Tab', 'Enter', ',']}
tagList={[]}
onTagAdd={this.onTagAdd}
onTagDelete={this.onTagDelete}

Loading…
Cancel
Save