This commit is contained in:
Hans Karlinius
2024-12-04 02:55:38 +01:00
parent 69bc320c17
commit 16aaeedaae
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.350"
version: "0.1.351"
slug: vhclient
description: VirtualHere Client
arch:

View File

@@ -5,7 +5,7 @@ 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 -r '.clientid | tostring')
#manualhub=$(echo $options | jq -r '.manualhub | tostring')
manualhub=$(echo $options | jq '. | if .manualhub then .manualhub else null end')
manualhub=$(echo $options | jq '.manualhub | select(. != null)')
if $autofind; then
bashio::log.info "Enable General AutoFind"