FIXED: JSON copy/paste Error

- FIXED: JSON copy/paste Error.
pull/704/head
TRaSH 2 years ago
parent 488eb1ae8d
commit ec43c43c08

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "dts[ .-]?(ma\b|hd[ .-]?ma\b|hd)(?!china|r|maniacs)"
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)"
}
},
{

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "dts[ .-]?(ma\b|hd[ .-]?ma\b|hd)(?!china|r|maniacs)"
"value": "dts[ .-]?(ma\\b|hd[ .-]?ma\\b|hd)(?!china|r|maniacs)"
}
},
{

Loading…
Cancel
Save