From c634c59b1f7027639f26c10dab84442b1002bf03 Mon Sep 17 00:00:00 2001 From: nuxencs <47067662+nuxencs@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:02:07 +0200 Subject: [PATCH] Updated: `LQ` CF to add `EPiC` Added `EPiC` to the `LQ` CF because the audio isn't specified correctly in their release title --- docs/json/radarr/lq.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/lq.json b/docs/json/radarr/lq.json index 92c289adb..caff523e7 100644 --- a/docs/json/radarr/lq.json +++ b/docs/json/radarr/lq.json @@ -130,6 +130,15 @@ "value": "\\b(DNL)\\b" } }, + { + "name": "EPiC", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(EPiC)\\b" + } + }, { "name": "EuReKA", "implementation": "ReleaseTitleSpecification",