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

38 lines
726 B

{
"trash_id": "defb0b4c8b3f6a15927c0f14c6e69c94",
"trash_scores": {
"default": 50
},
"name": "CBC",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "CBC",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(CBC)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}