From 47fcaf0c2eff74b3a350005eb0c23c1598c3e21f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 06:56:38 +0000 Subject: [PATCH 1/2] build(deps): bump mkdocs-material from 9.1.14 to 9.1.15 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.14 to 9.1.15. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.14...9.1.15) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 706bf9a03..18aafd407 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ mkdocs-glightbox==0.3.4 mkdocs-awesome-pages-plugin==2.9.1 mkdocs-git-revision-date-localized-plugin==1.2.0 mkdocs-macros-plugin==1.0.1 -mkdocs-material==9.1.14 +mkdocs-material==9.1.15 mkdocs-minify-plugin==0.6.4 mkdocs-redirects==1.2.0 mkdocs-include-markdown-plugin==4.0.4 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 2/2] 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",