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

Sonarr: Include "uncut" in regex for uncensored.json

Full credit to FonduemangVi on Discord; I'm simply doing the PR for him.
pull/807/head
Robert Dailey 3 years ago
parent 751b5c6a18
commit 6b4a99f975

@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "Unrated|Uncensored|\\b(AT[-_. ]?X)\\b"
"value": "\\b(Uncut|Unrated|Uncensored|AT[-_. ]?X)\\b"
}
}
]

Loading…
Cancel
Save