mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
plugin: sync players artwork & spectrum typo
This commit is contained in:
@@ -73,8 +73,9 @@ sub onNotification {
|
||||
my $request = shift;
|
||||
my $client = $request->client || return;
|
||||
|
||||
if ($client->isa('Plugins::SqueezeESP32::Player')) {
|
||||
$client->update_artwork();
|
||||
foreach my $player ($client->syncGroupActiveMembers) {
|
||||
next unless $player->isa('Plugins::SqueezeESP32::Player');
|
||||
$player->update_artwork;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user