mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
artwork support - release
This commit is contained in:
@@ -42,6 +42,11 @@ sub hasScrolling {
|
||||
return 1;
|
||||
}
|
||||
|
||||
sub reconnect {
|
||||
my $client = shift;
|
||||
$client->pluginData('artwork_md5', '');
|
||||
$client->SUPER::reconnect(@_);
|
||||
}
|
||||
|
||||
sub directMetadata {
|
||||
my $client = shift;
|
||||
|
||||
Reference in New Issue
Block a user