From 6eed5f2b36d6693e49eba1086f577dbe52a7acbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 7 Sep 2021 15:58:29 -0500 Subject: Remove spotify support --- scripts/i3blocks/mediaplayer | 3 +-- 1 file changed, 1 insertion(+), 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 = ""; -- cgit v1.2.3