jellyfin 10.5.5

This commit is contained in:
Arne Petersen
2020-05-11 14:31:35 +02:00
parent df552e7b0e
commit 947d3186c8
3 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
## 0.5.0
- Update jellyfin to 10.5.5 (linuxserver/jellyfin:v10.5.5-ls52)
## 0.4.0
- Update jellyfin to 10.5.0 (linuxserver/jellyfin:v10.5.0-ls39)
## 0.3.0
- not a legacy addon anymore

View File

@@ -1,12 +1,12 @@
{
"build_from_template": {
"image": "linuxserver/jellyfin",
"version": "v10.4.3-ls36"
"version": "v10.5.5-ls52"
},
"build_from": {
"armhf": "linuxserver/jellyfin:arm32v7-v10.4.3-ls36",
"aarch64": "linuxserver/jellyfin:arm64v8-v10.4.3-ls36",
"amd64": "linuxserver/jellyfin:amd64-v10.4.3-ls36"
"armhf": "linuxserver/jellyfin:arm32v7-v10.5.5-ls52",
"aarch64": "linuxserver/jellyfin:arm64v8-v10.5.5-ls52",
"amd64": "linuxserver/jellyfin:amd64-v10.5.5-ls52"
},
"squash": false,
"args": {}

View File

@@ -1,6 +1,6 @@
{
"name": "jellyfin",
"version": "0.3.0",
"version": "0.5.0",
"slug": "jellyfin",
"legacy": false,
"maintenance": {