diff --git a/usr/bin/mb-music b/usr/bin/mb-music
index 046fab5..873a733 100755
--- a/usr/bin/mb-music
+++ b/usr/bin/mb-music
@@ -97,7 +97,7 @@ then
status="$(playerctl -p mpv status)"
NOW="$(<"$NOWPLAY")" NOWPL="1"
[[ "$status" == "Playing" ]] && out0+=(" $_PAUSE,playerctl -p mpv pause;${me}") || out0+=(" $_PLAY,playerctl -p mpv play;${me}")
-out0+=(" $_STOP,pkill -f yt-mpv;pkill -f radio-mpv")
+out0+=(" $_STOP,pkill -f radio-mpv;pkill -f yt-mpv")
out0+=("^sep()")
fi