diff --git a/webroot/watch.shs b/webroot/watch.shs index 27f4496..7724b1b 100755 --- a/webroot/watch.shs +++ b/webroot/watch.shs @@ -6,7 +6,7 @@ fi declare -A strings -if [[ ! $(which haruhi-dl) ]]; then +if [[ ! "$(which haruhi-dl)" ]]; then strings[error]='Could not load video' source templates/head.sh source "${cfg[namespace]}/templates/header.shs"