diff options
Diffstat (limited to 'scripts/music/player.sh')
| -rwxr-xr-x | scripts/music/player.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/music/player.sh b/scripts/music/player.sh index 270d02f..2c89914 100755 --- a/scripts/music/player.sh +++ b/scripts/music/player.sh @@ -2,7 +2,7 @@ MAX_CHARS=36 -player() { playerctl --player=mopidy "$@"; } +player() { playerctl --player=mpd "$@"; } # Get player state #get_play_state() { player metadata --format '{{status}}' || echo 'Stopped'; } |
