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

18 lines
385 B

{
"trash_id": "7a235133c87f7da4c8cccceca7e3c7a6",
"trash_score": "75",
"name": "HBO",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HBO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(hbo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
}
]
}