diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index d16351f3a..a11ab05b8 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,6 +1,7 @@ - ## 3.16.13 (12-07-2025) + - Update to latest version from wiserain/flexget + ## 3.16.12 (05-07-2025) - Update to latest version from wiserain/flexget diff --git a/flexget/config.json b/flexget/config.json index aea84a6e2..9bdde27cf 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,