diff --git a/custom_formats/DTS.yml b/custom_formats/DTS.yml index 132c82f..3827f14 100644 --- a/custom_formats/DTS.yml +++ b/custom_formats/DTS.yml @@ -26,7 +26,7 @@ conditions: type: release_title - name: Not DTS-HD negate: true - pattern: DTS-HD + pattern: DTS-HD MA required: true type: release_title - name: Not DTS-HD HRA ES diff --git a/regex_patterns/DTS-HD.yml b/regex_patterns/DTS-HD.yml deleted file mode 100644 index 1ea1c88..0000000 --- a/regex_patterns/DTS-HD.yml +++ /dev/null @@ -1,6 +0,0 @@ -name: DTS-HD -pattern: \b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\b -description: '' -tags: -- Audio -tests: []