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/febe46ca017ce954a6314862c3ff470775af99e6?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

[Starr] Added `HLG(10)` to CF `SDR` - For proper scoring.

# 2023-02-17 22:40
**[New]**
- None

**[Updated]**
- None

**[Fixed]**
- [Starr] Added `HLG(10)` to CF `SDR` - For proper scoring.
pull/1169/head
TRaSH 2 years ago
parent e098858583
commit febe46ca01

@ -19,7 +19,7 @@
"negate": true, "negate": true,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SiCFoI)\\b|\\b(PQ)\\b" "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
} }
}, },
{ {

@ -19,7 +19,7 @@
"negate": true, "negate": true,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SiCFoI)\\b|\\b(PQ)\\b" "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
} }
}, },
{ {

Loading…
Cancel
Save