equalizer w/o display

This commit is contained in:
Philippe G
2020-04-17 14:54:39 -07:00
parent 30454bbd0c
commit e0e309c4ed
7 changed files with 83 additions and 69 deletions

View File

@@ -15,12 +15,6 @@ sub hasIR { 0 }
sub init {
my $client = shift;
$prefs->client($client)->init( {
eq => [0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
}
);
$client->SUPER::init(@_);
Plugins::SqueezeESP32::Plugin::config_artwork($client);
}
@@ -61,7 +55,6 @@ sub reconnect {
my $client = shift;
$client->pluginData('artwork_md5', '');
$client->SUPER::reconnect(@_);
Plugins::SqueezeESP32::Plugin::send_equalizer($client);
}
1;