Updater bot : emby updated to 4.9.1.90

This commit is contained in:
alexbelgium
2025-11-15 01:56:31 +01:00
parent 46149c5f94
commit a8ad994001
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 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.
## 4.9.1.80 (04-10-2025)

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.80
version: "4.9.1.90"
video: true

View File

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