Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/4e457e8613ef64b1a204d696b73fbfc5ea635bd3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Updated: and cleaned the custom format

pull/468/head
TRaSH 3 years ago
parent b1afdc79a7
commit 4e457e8613

@ -14,7 +14,7 @@
}
},
{
"name": "HDR: HDR",
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
@ -23,16 +23,16 @@
}
},
{
"name": "DoVi: Dolby Vision",
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]vision|DV[ .]HDR10|DV[ .]HLG|DV[ .]SDR)\\b"
}
},
{
"name": "HDR (undefined): FraMeSToR",
"name": "HDR (undefined)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,

Loading…
Cancel
Save