Updater bot : emby updated to 4.8.0.1

This commit is contained in:
alexbelgium
2022-06-18 01:55:51 +02:00
parent 4896934021
commit 9215f589c0
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 4.8.0.1 (18-06-2022)
- Update to latest version from linuxserver/docker-emby
## 4.8.0.0 (24-05-2022)
- Update to latest version from linuxserver/docker-emby

View File

@@ -106,6 +106,6 @@
"slug": "emby_nas",
"startup": "services",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.8.0.0-2",
"version": "4.8.0.1",
"video": true
}
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "24-05-2022",
"last_update": "18-06-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.8.0.0"
"upstream_version": "4.8.0.1"
}