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/200de3c3d3f6c826fcf609dafc0af15399a05e67/docs/json/radarr/hybrid.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/hybrid.json

26 lines
635 B

{
"trash_id": "0f12c086e289cf966fa5948eac571f44",
"trash_score": "200",
"name": "Hybrid",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Hybrid",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bhybrid(\\b|\\d)"
}
},
{
"name": "Not Hybrid Release Group",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "-HYBRID"
}
}
]
}