This commit is contained in:
Hans Karlinius
2024-12-04 04:07:40 +01:00
parent 452e21da59
commit 6c89040cbb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: VirtualHere Client
version: "0.1.356"
version: "0.1.357"
slug: vhclient
description: VirtualHere Client
arch:
@@ -7,7 +7,7 @@ autouse=$(echo $options | jq '. | if .autouse then true else false end')
clientid=$(echo $options | jq '.clientid | select(. != null)')
manualhub=$(echo $options | jq '.manualhub | select(. != null)')
bashio::cache.set "preventconfig $preventconfig"
bashio::cache.set "preventconfig ${preventconfig}"
if $autofind; then
bashio::log.info "Enable General AutoFind"