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/d21cf314a8d75cec9e11e8be06d363a403992d5d/json/radarr/repack-proper.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/radarr/repack-proper.json

35 lines
838 B

{
"trash_id": "e7718d7a3ce595f289bfee26adc178f5",
"trash_score": "5",
"name": "Repack/Proper",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Repack",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Repack\\b"
}
},
{
"name": "Proper",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Proper"
}
},
{
"name": "Rerip",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "Rerip"
}
}
]
}