forked from gronod/squeezelite-esp32
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