Updater bot : emby updated to 4.9.0.8

This commit is contained in:
alexbelgium
2024-03-02 01:56:39 +01:00
parent ef066bd23f
commit 3ca2f5aa29
4 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
## 4.9.0.8 (02-03-2024)
- Update to latest version from linuxserver/docker-emby
### 4.9.0.5-5 (27-02-2024)
- Minor bugs fixed
### 4.9.0.5-4 (26-02-2024)

View File

@@ -16,7 +16,7 @@
ARG BUILD_FROM
ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.9.0.5"
ARG BUILD_UPSTREAM="4.9.0.8"
FROM ${BUILD_FROM}
##################

View File

@@ -121,6 +121,6 @@
"slug": "emby_nas",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.9.0.5-5",
"version": "4.9.0.8",
"video": true
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "24-02-2024",
"last_update": "02-03-2024",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.9.0.5"
"upstream_version": "4.9.0.8"
}