Fix: back now goes back...
[powermate.git] / scripts / back
index e0fe90a..1a1e7a1 100755 (executable)
@@ -3,5 +3,5 @@
 if [ -n "$(pgrep pianobar)" ]
 then
   notify-send -i /usr/share/icons/powermate/skip-backward.png "skip backward "
-  mpc previous
+  mpc prev
 fi