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/2d45ccbf0d71d254146381baa84c86db96c0c88b You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(sonarr): match `HIDI` as HIDIVE ()

pull/1708/head
Bogdan 1 year ago committed by GitHub
parent c50707a918
commit 2d45ccbf0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(HIDIVE)\\b"
"value": "\\b(HIDI(VE)?)\\b"
}
}
]

Loading…
Cancel
Save