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

26 lines
615 B

{
"trash_id": "b735f09d3c025cbb7d75a5d38325b73b",
"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"
}
}
]
}