Clear artwork when power off
This commit is contained in:
Philippe G
2021-01-24 13:17:18 -08:00
parent 3c418097b8
commit 874abb99ed
5 changed files with 24 additions and 8 deletions

View File

@@ -65,7 +65,7 @@ sub onStopClear {
my $client = $request->client || return;
if ($client->isa('Plugins::SqueezeESP32::Player')) {
$client->clear_artwork($request);
$client->clear_artwork(0, $request->getRequestString());
}
}