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

17 lines
360 B

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