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 = "";