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/9ac47e8e3240a0a955dc2cde90c253c7efe4482d/json/sonarr/cf/uncensored.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/uncensored.json

17 lines
376 B

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