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

36 lines
726 B

{
"trash_id": "36b72f59f4ea20aad9316f475f2d9fbb",
"trash_score": "50",
"name": "DCU",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "DC Universe",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dcu|DC Universe)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
}
]
}