Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/blame/commit/8d33b78e8e54ed45c0c9c3a121f5b901593252db/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

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