Updater bot : emby updated to 4.9.3.0

This commit is contained in:
alexbelgium
2026-01-10 01:56:28 +01:00
parent 527f8d2498
commit a29ea4266b
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.9.3.0 (10-01-2026)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.90 (15-11-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.

View File

@@ -121,5 +121,5 @@ schema:
slug: emby
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/emby
version: "4.9.1.90"
version: "4.9.3.0"
video: true

View File

@@ -1,9 +1,9 @@
{
"github_beta": "false",
"last_update": "15-11-2025",
"last_update": "10-01-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.9.1.90"
"upstream_version": "4.9.3.0"
}