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