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

17 lines
361 B

{
"trash_id": "3bc5f395426614e155e585a2f056cdf1",
"name": "Season Pack",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "Season Packs",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\bS\\d+\\b(?!E\\d+\\b)"
}
}
]
}