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

30 lines
612 B

{
"trash_id": "eb3d5cc0a2be0db205fb823640db6a3c",
"trash_score": 6,
"trash_scores": {
"default": 6
},
"name": "Repack v2",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Repack v2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(repack2)\\b"
}
},
{
"name": "Proper v2",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(proper2)\\b"
}
}
]
}