Remove spotify support
This commit is contained in:
parent
e161f825cc
commit
6eed5f2b36
@ -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 = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user