From d935ee6d1a8fe2650a8fbb0fe55f4cd51a364e8d 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:50 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- plex/CHANGELOG.md | 3 ++- plex/config.json | 17 +++-------------- 2 files changed, 5 insertions(+), 15 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 156b4d1ae..126be32ef 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 1.41.8.9834-071366d65-ls271 (12-07-2025) + - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) + ## 1.41.8.9834-071366d65-ls270 (05-07-2025) - Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases) diff --git a/plex/config.json b/plex/config.json index 4ec23f729..5c9e2dc20 100644 --- a/plex/config.json +++ b/plex/config.json @@ -1,9 +1,5 @@ { - "arch": [ - "aarch64", - "amd64", - "armv7" - ], + "arch": ["aarch64", "amd64", "armv7"], "backup_exclude": [ "**/Cache/**", "**/Plug-in Support/Caches/**", @@ -121,11 +117,7 @@ "host_network": true, "image": "ghcr.io/alexbelgium/plex_nas-{arch}", "init": false, - "map": [ - "share:rw", - "media:rw", - "ssl" - ], + "map": ["share:rw", "media:rw", "ssl"], "name": "Plex NAS", "options": { "PGID": 0, @@ -158,10 +150,7 @@ "33443/tcp": "WebTools", "8324/tcp": "Plex for Roku via Plex Companion" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",