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/69cf6f0e070d96d81d052d1096c3a018c2d91b89/json/radarr/hybrid.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/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"
}
}
]
}