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/d911fd8cdbff65a245caa99575ce2e2cb488c9c7/json/sonarr/cf/french-wkn.json You should set ROOT_URL correctly, otherwise the web may not work correctly.
TRaSH-Guides/json/sonarr/cf/french-wkn.json

44 lines
868 B

{
"trash_id": "e5e6405d439dcd1af90962538acd4fe0",
"name": "WKN",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "WEBDL",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 3
}
},
{
"name": "WEBRIP",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 4
}
},
{
"name": "WEB",
"implementation": "SourceSpecification",
"negate": false,
"required": false,
"fields": {
"value": 1
}
},
{
"name": "WKN",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(WKN|Waka(nim)?)\\b"
}
}
]
}