summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk4
1 files changed, 1 insertions, 3 deletions
diff --git a/clerk b/clerk
index 899aa5a..e3e1ef5 100755
--- a/clerk
+++ b/clerk
@@ -1109,10 +1109,8 @@ TRACK_TEMP=$(echo -e "$menu" | dmenu_t -custom-kb-1 "${add}" -custom-kb-2 "${ins
elif [[ $val -eq 0 || $val -eq 10 ]]; then
mpc findadd artist "$artist" album "$album" title "$title"
- if [[ "$add_auto_play" == yes ]]; then
- mpc play $(mpc playlist | wc -l)
- fi
entry="$TRACK"
+
elif [[ $val -eq 13 ]]; then
mpc findadd artist "$artist" album "$album" title "$title"
mpc searchplay "${title}"