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/49bc1c8a92637afeee6e6812f9106fd5449b39d3?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(radarr): VS false positives

pull/1293/head
nuxen 2 years ago committed by bakerboy448
parent 9e570c482b
commit 49bc1c8a92

@ -19,7 +19,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(V-?S)\\b"
"value": "\\b(V-S)\\b"
}
}
]

Loading…
Cancel
Save