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

fix(radarr): Vinegar Syndrome not matching VinSyn ()

pull/1848/head
nuxen 1 year ago committed by GitHub
parent c4772dbc29
commit 3e32f257c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -23,6 +23,15 @@
"fields": {
"value": "\\b(V-S)\\b"
}
},
{
"name": "VinSyn",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VinSyn)\\b"
}
}
]
}

Loading…
Cancel
Save