From b75c2a7bad6bec653dd1317407e594b6ec055176 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 21 Jun 2022 23:07:44 +0200 Subject: [PATCH] CF `[DV (WEBDL)]` replaced condition `DV HDR10` with `No HDR` - Updated: CF `[DV (WEBDL)]` replaced condition `DV HDR10` with `No HDR`. --- docs/json/radarr/dv-webdl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/json/radarr/dv-webdl.json b/docs/json/radarr/dv-webdl.json index 1c54c48e1..182595e44 100644 --- a/docs/json/radarr/dv-webdl.json +++ b/docs/json/radarr/dv-webdl.json @@ -41,13 +41,13 @@ } }, { - "name": "DV HDR10", + "name": "Not HDR", "implementation": "ReleaseTitleSpecification", "negate": true, "required": true, "fields": { - "value": "\\b(DV[ .]HDR10|HDR10[ .]DV)\\b" + "value": "\\bHDR(\\b|\\d)" } } ] -} \ No newline at end of file +}