mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-31 04:44:05 +02:00
Merge pull request #454 from acervicius/patch-1
Corrected version parameter case
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"PGID": "0",
|
"PGID": "0",
|
||||||
"PUID": "0",
|
"PUID": "0",
|
||||||
"version": "docker"
|
"VERSION": "docker"
|
||||||
},
|
},
|
||||||
"host_network": true,
|
"host_network": true,
|
||||||
"init": false,
|
"init": false,
|
||||||
@@ -115,7 +115,7 @@
|
|||||||
},
|
},
|
||||||
"slug": "plex_nas",
|
"slug": "plex_nas",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
|
||||||
"version": "1.28.2.6106-44a5bbd28-ls129",
|
"version": "1.28.2.6106-44a5bbd28-ls129-2",
|
||||||
"video": true,
|
"video": true,
|
||||||
"webui": "http://[HOST]:[PORT:32400]/web"
|
"webui": "http://[HOST]:[PORT:32400]/web"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user