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

35 lines
683 B

{
"trash_id": "eacd2cb6c6d4a93e459df2cec6d7b97a",
"name": "MY5",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "My5",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(MY5)\\b"
}
},
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 7
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 8
}
}
]
}