From ef56b9bcfb83989857eeb98dfc4f24ac2d057f70 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 23 Mar 2022 06:17:35 +0100 Subject: [PATCH] Updater bot : emby updated to 4.7.0.32 --- emby/CHANGELOG.md | 3 +++ emby/config.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index 884398dea..09c366bc4 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.7.0.32 (23-03-2022) +- Update to latest version from linuxserver/docker-emby + ## 4.7.0.31 (17-03-2022) - Update to latest version from linuxserver/docker-emby diff --git a/emby/config.json b/emby/config.json index b8cc12e73..f9fded27b 100644 --- a/emby/config.json +++ b/emby/config.json @@ -101,9 +101,9 @@ }, "slug": "emby_nas", "startup": "services", - "upstream": "4.7.0.31", + "upstream": "4.7.0.32", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby", - "version": "4.7.0.31", + "version": "4.7.0.32", "video": true, "webui": "http://[HOST]:[PORT:8096]" }