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/378c202c52b4c7e995527d0580d258c7499f776a/json/radarr/cf/multi.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/cf/multi.json

17 lines
361 B

{
"trash_id": "4b900e171accbfb172729b63323ea8ca",
"name": "Multi",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Multi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(Multi)(?![ ._-]?sub(s)?)(\\b|\\d)"
}
}
]
}