From d7d92998b1a1de5b4458b42a3ed27a5ae12b86ef Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Jul 2025 23:57:46 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- emby_beta/CHANGELOG.md | 3 ++- emby_beta/config.json | 16 +++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/emby_beta/CHANGELOG.md b/emby_beta/CHANGELOG.md index e424cdfcf..a8ef4b466 100644 --- a/emby_beta/CHANGELOG.md +++ b/emby_beta/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 4.9.1.6 (12-07-2025) + - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) + ## 4.9.1.3 (28-06-2025) - Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases) diff --git a/emby_beta/config.json b/emby_beta/config.json index e297f9ada..60137fbf6 100644 --- a/emby_beta/config.json +++ b/emby_beta/config.json @@ -1,13 +1,6 @@ { - "arch": [ - "aarch64", - "amd64" - ], - "backup_exclude": [ - "*/cache/", - "*/transcoding-temp/", - "*/logs/*" - ], + "arch": ["aarch64", "amd64"], + "backup_exclude": ["*/cache/", "*/transcoding-temp/", "*/logs/*"], "codenotary": "alexandrep.github@gmail.com", "description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)", "devices": [ @@ -109,10 +102,7 @@ "8096/tcp": "web interface", "8920/tcp": "https web interface (optional)" }, - "privileged": [ - "SYS_ADMIN", - "DAC_READ_SEARCH" - ], + "privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"], "schema": { "PGID": "int", "PUID": "int",