summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xclerk2
1 files changed, 1 insertions, 1 deletions
diff --git a/clerk b/clerk
index e1d17fb..32ce9a7 100755
--- a/clerk
+++ b/clerk
@@ -648,7 +648,7 @@ TRACKDISPLAY=$(echo -e "< Return\n---\n$(songs)" | rofi -kb-custom-1 "${delete}"
fi
elif [[ $val -eq 0 ]]; then
- if [[ $TRACKDISPLAY == *"Main Menu"* ]]; then
+ if [[ $TRACKDISPLAY == "< Return" ]]; then
dplayPrompt
else
mpc play $POS;