mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-28 21:30:54 +03:00
handle "generic" visualizer - release
This commit is contained in:
@@ -95,4 +95,10 @@ sub send_artwork {
|
||||
}
|
||||
}
|
||||
|
||||
sub disable_artwork {
|
||||
my ($client) = @_;
|
||||
my $header = pack('N', 0);
|
||||
$client->sendFrame( grfa => \$header );
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user