diff options
-rwxr-xr-x | scripts/i3blocks/mediaplayer | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/i3blocks/mediaplayer b/scripts/i3blocks/mediaplayer index 161d31f..3e39540 100755 --- a/scripts/i3blocks/mediaplayer +++ b/scripts/i3blocks/mediaplayer @@ -22,8 +22,7 @@ use Time::HiRes qw(usleep); use Env qw(BLOCK_INSTANCE); -use constant DELAY => 50; # Delay in ms to let network-based players (spotify) reflect new data. -use constant SPOTIFY_STR => 'spotify'; +use constant DELAY => 50; # Delay in ms to let network-based reflect new data. my @metadata = (); my $player_arg = ""; |