From a9373343f0858d26ba55c061693b95136909d6b5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 00:00:51 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- prowlarr/CHANGELOG.md | 3 ++- prowlarr/config.json | 17 +++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/prowlarr/CHANGELOG.md b/prowlarr/CHANGELOG.md index cac5f1b67..108fe7745 100644 --- a/prowlarr/CHANGELOG.md +++ b/prowlarr/CHANGELOG.md @@ -1,6 +1,7 @@ - ## nightly-2.0.2.5111-ls204 (12-07-2025) + - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) + ## nightly-2.0.1.5101-ls203 (05-07-2025) - Update to latest version from linuxserver/docker-prowlarr (changelog : https://github.com/linuxserver/docker-prowlarr/releases) diff --git a/prowlarr/config.json b/prowlarr/config.json index af38d9761..82276e84a 100644 --- a/prowlarr/config.json +++ b/prowlarr/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "Torrent Trackers and Usenet indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required", "devices": [ @@ -74,12 +71,7 @@ }, "image": "ghcr.io/alexbelgium/prowlarr-{arch}", "init": false, - "map": [ - "config:rw", - "share:rw", - "media:rw", - "ssl" - ], + "map": ["config:rw", "share:rw", "media:rw", "ssl"], "name": "Prowlarr NAS", "options": { "PGID": 0, @@ -91,10 +83,7 @@ "ports_description": { "9696/tcp": "web interface" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",