From 8542fd1607a7502b5e40cbf21ce2446b65390cb0 Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 5 Jan 2025 13:38:40 +0200 Subject: [PATCH] GIT :/ --- grpoppro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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