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

29 lines
574 B

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