Skip to content

Commit

Permalink
Merge pull request #211 from Aster89/fix-mediaplayer
Browse files Browse the repository at this point in the history
mediaplayer: Output newline at end
  • Loading branch information
kb100 authored Feb 9, 2019
2 parents 9a396b1 + e0b8ee0 commit 21708ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mediaplayer/mediaplayer
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ sub playerctl {

sub rhythmbox {
buttons('rhythmbox');

my $data = qx(rhythmbox-client --print-playing --no-start);
print($data);
}
Expand All @@ -153,3 +153,4 @@ elsif ($player_arg =~ /rhythmbox/) {
else {
playerctl;
}
print("\n");

0 comments on commit 21708ed

Please sign in to comment.