aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/mocplay2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mocplay b/plugins/mocplay
index 36e7e50..1c0df2a 100755
--- a/plugins/mocplay
+++ b/plugins/mocplay
@@ -37,7 +37,7 @@ mocp_add ()
fi
done
- echo "$arr2" | shuf -n 100 | xargs -d "\n" mocp -a
+ echo "$arr2" | shuf -n 100 | xargs -n1 -d "\n" mocp -a
else
if [ "$resp" = "y" ]; then
xargs < "$selection" -0 mocp -a