handle "generic" visualizer - release

This commit is contained in:
philippe44
2020-03-20 23:55:26 -07:00
parent b5199650ff
commit ff40290610
8 changed files with 154 additions and 53 deletions

View File

@@ -95,4 +95,10 @@ sub send_artwork {
}
}
sub disable_artwork {
my ($client) = @_;
my $header = pack('N', 0);
$client->sendFrame( grfa => \$header );
}
1;