Updater bot : emby/ updated to 4.6.7.0

This commit is contained in:
alexbelgium
2022-04-27 10:36:13 +02:00
parent 12e3cd12c0
commit 531bbd670a
3 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,7 @@
## 4.6.7.0 (27-04-2022)
- Update to latest version from linuxserver/docker-emby
## 4.7.0.36 (26-04-2022)
- Update to latest version from linuxserver/docker-emby
- Beta: inclusion of Ingress (please report issues)

View File

@@ -106,9 +106,9 @@
},
"slug": "emby_nas",
"startup": "services",
"upstream": "4.7.0.36",
"upstream": "4.6.7.0",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
"version": "4.7.0.36",
"version": "4.6.7.0",
"video": true,
"webui": "http://[HOST]:[PORT:8096]"
}

View File

@@ -1,9 +1,9 @@
{
"github_beta": "true",
"last_update": "26-04-2022",
"last_update": "27-04-2022",
"repository": "alexbelgium/hassio-addons",
"slug": "emby",
"source": "github",
"upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.7.0.36"
"upstream_version": "4.6.7.0"
}