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/732a1e4daf27c4ce54e072244946dc3915b08813/json/radarr/remaster.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/remaster.json

25 lines
615 B

{
"trash_id": "570bc9ebecd92723d2d21500f4be314c",
"trash_score": "190",
"name": "Remaster",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "Remaster"
}
},
{
"name": "Not 4K Remaster",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "4K"
}
}
]
}