Remove spotify support

This commit is contained in:
Jesús 2021-09-07 15:58:29 -05:00
parent e161f825cc
commit 6eed5f2b36
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -22,8 +22,7 @@
use Time::HiRes qw(usleep); use Time::HiRes qw(usleep);
use Env qw(BLOCK_INSTANCE); use Env qw(BLOCK_INSTANCE);
use constant DELAY => 50; # Delay in ms to let network-based players (spotify) reflect new data. use constant DELAY => 50; # Delay in ms to let network-based reflect new data.
use constant SPOTIFY_STR => 'spotify';
my @metadata = (); my @metadata = ();
my $player_arg = ""; my $player_arg = "";