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

17 lines
361 B

{
"trash_id": "7ba05c6e0e14e793538174c679126996",
"name": "Multi",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Multi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(Multi)(?![ ._-]?sub(s)?)(\\b|\\d)"
}
}
]
}