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

25 lines
614 B

{
"trash_id": "570bc9ebecd92723d2d21500f4be314c",
"trash_score": "25",
"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"
}
}
]
}