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/a60897ba56b48f6b18d5086ae151d97886720b72/docs/json/radarr/cf/vinegar-syndrome.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/docs/json/radarr/cf/vinegar-syndrome.json

38 lines
807 B

{
"trash_id": "db9b4c4b53d312a3ca5f1378f6440fc9",
"trash_scores": {
"default": 25
},
"name": "Vinegar Syndrome",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Vinegar Syndrome",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(Vinegar[ ._-]Syndrome)\\b"
}
},
{
"name": "VS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(V-S)\\b"
}
},
{
"name": "VinSyn",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(VinSyn)\\b"
}
}
]
}