citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit e3147f734c61fc20aa04a2e6fb441f133a2cb626
parent 430561a22636027f371d82e4553d3d46662d0ac4
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 22 Sep 2020 14:23:01 -0700

spotify-prev: fix

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mbin/spotify-prev | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/spotify-prev b/bin/spotify-prev @@ -1,2 +1,2 @@ #!/usr/bin/env bash -dbus-send --print-reply --dest=org.mpris.MediaPlayer2.spotifyd /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous +dbus-send --print-reply --dest="$(spotify-service)" /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.Previous