From 32bf21f385e1746f57bbd5bd6ea0b82633bbdfa1 Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Mon, 5 Jun 2023 20:30:12 +0200 Subject: [PATCH] feat(radarr): add OFT to LQ --- docs/json/radarr/cf/lq.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index a27ac4403..a0350a142 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -445,6 +445,15 @@ "value": "^(nSD)$" } }, + { + "name": "OFT", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "^(OFT)$" + } + }, { "name": "Pahe", "implementation": "ReleaseGroupSpecification",