Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/src/commit/23f0e50870f56da7f865e0ac466bb04f2be75ade/docs/json/radarr/cf/uncensored.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/uncensored.json

17 lines
376 B

{
"trash_id": "064af5f084a0a24458cc8ecd3220f93f",
"name": "Uncensored",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Uncensored",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(Uncut|Unrated|Uncensored|AT[-_. ]?X)\\b"
}
}
]
}