Skip to content

Commit

Permalink
fix(mediactl.sh): previous
Browse files Browse the repository at this point in the history
  • Loading branch information
toastercup committed Jan 27, 2022
1 parent 9870363 commit 4067fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/atharp/.local/bin/mediactl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
elif [ "$1" = "next" ]
then
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Next
elif [ "$2" = "prev" ]
elif [ "$1" = "prev" ]
then
dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotify /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous
fi
Expand Down

0 comments on commit 4067fd7

Please sign in to comment.