Updater bot : emby updated to 4.7.0.36

This commit is contained in:
alexbelgium
2022-04-27 19:59:39 +02:00
parent 2a949cea89
commit 8b15a4c79a
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 4.7.0.36 (27-04-2022)
- Update to latest version from linuxserver/docker-emby
## 4.6.7.0 (27-04-2022) ## 4.6.7.0 (27-04-2022)
- Update to latest version from linuxserver/docker-emby - Update to latest version from linuxserver/docker-emby

View File

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

View File

@@ -5,5 +5,5 @@
"slug": "emby", "slug": "emby",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-emby", "upstream_repo": "linuxserver/docker-emby",
"upstream_version": "4.6.7.0" "upstream_version": "4.7.0.36"
} }