This commit is contained in:
Hans Karlinius
2024-12-01 09:15:50 +01:00
parent a1e03be7c5
commit 0c33cb6982
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.326"
version: "0.1.327"
slug: vhclient
description: VirtualHere Client
arch:
@@ -3,8 +3,8 @@
options=$(bashio::api.supervisor GET "/addons/self/options/config")
autofind=$(echo $options | jq '. | if .autofind then true else false end')
autouse=$(echo $options | jq '. | if .autouse then true else false end')
clientid=$(echo $options | jq '.clientid | tostring')
manualhub=$(echo $options | jq '.manualhub | tostring')
clientid=$(echo $options | jq '.clientid')
manualhub=$(echo $options | jq '.manualhub')
if $autofind; then
bashio::log.info "Enable General AutoFind"