From 2c364ec4fb8edebcd7c26bfb6cb0264e6d630b6d Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 3 Nov 2022 17:49:40 +0100 Subject: [PATCH] Fixed: Clarify OPUS release group negation --- docs/json/radarr/cf/opus.json | 2 +- docs/json/sonarr/cf/opus.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/json/radarr/cf/opus.json b/docs/json/radarr/cf/opus.json index ec2f37073..648822223 100644 --- a/docs/json/radarr/cf/opus.json +++ b/docs/json/radarr/cf/opus.json @@ -13,7 +13,7 @@ } }, { - "name": "Not OPUS", + "name": "Not OPUS Release Group", "implementation": "ReleaseGroupSpecification", "negate": true, "required": true, diff --git a/docs/json/sonarr/cf/opus.json b/docs/json/sonarr/cf/opus.json index 3602ab825..237655bce 100644 --- a/docs/json/sonarr/cf/opus.json +++ b/docs/json/sonarr/cf/opus.json @@ -13,7 +13,7 @@ } }, { - "name": "Not OPUS", + "name": "Not OPUS Release Group", "implementation": "ReleaseGroupSpecification", "negate": true, "required": true,