From 94cdc2a7a3daf5fccabcac07fe0696d0b5cd143d Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 23:57:57 +0000 Subject: [PATCH] GitHub bot: fix linting issues (nobuild) --- flexget/CHANGELOG.md | 3 ++- flexget/config.json | 11 ++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 707f7686d..af0ca20f9 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 3.16.9 (28-06-2025) + - Update to latest version from wiserain/flexget + ## 3.16.6 (21-06-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index 4018d297f..9b82d43a2 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,8 +1,5 @@ { - "arch": [ - "aarch64", - "amd64" - ], + "arch": ["aarch64", "amd64"], "codenotary": "alexandrep.github@gmail.com", "description": "FlexGet is a multipurpose automation tool for all of your media", "devices": [ @@ -74,11 +71,7 @@ }, "image": "ghcr.io/alexbelgium/flexget-{arch}", "init": false, - "map": [ - "share:rw", - "config:rw", - "media" - ], + "map": ["share:rw", "config:rw", "media"], "name": "Flexget", "options": { "PGID": 0,