diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:58:29 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-07 15:58:29 -0500 |
commit | 6eed5f2b36d6693e49eba1086f577dbe52a7acbd (patch) | |
tree | 7d67e0c2449b5562b2bc2b2a5332f9b152c4b72e /scripts/i3blocks/mediaplayer | |
parent | e161f825cc079e78496cb20115427b3718c39b1e (diff) | |
download | i3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.tar.lz i3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.tar.xz i3-config-6eed5f2b36d6693e49eba1086f577dbe52a7acbd.zip |
Remove spotify support
Diffstat (limited to 'scripts/i3blocks/mediaplayer')
-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 = ""; |