summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk1
1 files changed, 1 insertions, 0 deletions
diff --git a/clerk b/clerk
index 3fa3d5d..4069b9b 100755
--- a/clerk
+++ b/clerk
@@ -461,6 +461,7 @@ dplayQueueLoad () {
if [[ "$playlist" == "0 Return to Playlist Menu" ]]; then
dplayQueue
else
+ mpc clear
mpc load "$playlist" && dplayQueue
fi
}