Updater bot : jellyfin updated to 10.7.7-1-ls149

This commit is contained in:
alexbelgium
2022-01-15 10:45:36 +01:00
parent 86af51dcd1
commit 121ff82ce3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 10.7.7-1-ls149 (15-01-2022)
- Update to latest version from linuxserver/docker-jellyfin
- "host_network": true to enable UPNP, chromecast, ... - "host_network": true to enable UPNP, chromecast, ...
- Code to repair database due to a bug that occured when the config location changed - Code to repair database due to a bug that occured when the config location changed

View File

@@ -96,9 +96,9 @@
}, },
"slug": "jellyfin", "slug": "jellyfin",
"startup": "services", "startup": "services",
"upstream": "10.7.7-1-ls148", "upstream": "10.7.7-1-ls149",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "10.7.7-1-ls148-7", "version": "10.7.7-1-ls149",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:8096]" "webui": "http://[HOST]:[PORT:8096]"
} }