diff --git a/grpoppro b/grpoppro index 3db1a3c..1557def 100755 --- a/grpoppro +++ b/grpoppro @@ -564,7 +564,12 @@ function getMovie { ### Program starts here ### # Prepare the necessary steps for Termux environment -[[ "$OSTYPE" != "linux-gnu" ]] && GRPOPPRO_INTERACTIVE="off" && menu="fzf -i --prompt=seasonXepisode" && player="am start -n is.xyz.mpv/.MPVActivity -a android.intent.action.VIEW -d" && getFzfForTermux +if [[ "$OSTYPE" != "linux-gnu" ]]; then + GRPOPPRO_INTERACTIVE="off" + menu="fzf -i --prompt=seasonXepisode" + player="am start -n is.xyz.mpv/.MPVActivity -a android.intent.action.VIEW -d" + getFzfForTermux +fi if [[ -f "$GRPOPPRO_CONFIG_FILE" ]]; then while IFS='=' read -r key value; do