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

35 lines
699 B

{
"trash_id": "996e8ce50025e8b1e8fa95fcb28c4e5a",
"name": "VDL",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Videoland",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(vdl|Videoland)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}