Correct port to 4212 for VLC discovery service (#2232)

This commit is contained in:
Michael
2021-10-16 11:18:38 +02:00
committed by GitHub
parent 605570d63b
commit faf6113cd6
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.3
- Correct port on discovery
## 0.1.2 ## 0.1.2
- Revert restart nginx service on error - Revert restart nginx service on error

View File

@@ -1,6 +1,6 @@
{ {
"name": "VLC", "name": "VLC",
"version": "0.1.2", "version": "0.1.3",
"slug": "vlc", "slug": "vlc",
"description": "Turn your device into a Media Player with VLC", "description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"], "arch": ["amd64", "i386", "armv7", "aarch64"],

View File

@@ -8,7 +8,7 @@ declare ha_config
ha_config=$(\ ha_config=$(\
bashio::var.json \ bashio::var.json \
host "$(hostname)" \ host "$(hostname)" \
port "^3000" \ port "^4212" \
password "$(cat /data/secret)" \ password "$(cat /data/secret)" \
) )