This commit is contained in:
2025-01-05 13:38:40 +02:00
parent 4ffc2ffef6
commit 8542fd1607

View File

@@ -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