better screensaver handling - release

This commit is contained in:
philippe44
2020-03-21 13:24:26 -07:00
parent ff40290610
commit fb499982c2
8 changed files with 32 additions and 24 deletions

View File

@@ -13,6 +13,12 @@ sub model { 'squeezeesp32' }
sub modelName { 'SqueezeESP32' }
sub hasIR { 0 }
sub init {
my $client = shift;
$client->SUPER::init(@_);
Plugins::SqueezeESP32::Plugin::config_artwork($client);
}
# Allow the player to define it's display width (and probably more)
sub playerSettingsFrame {
my $client = shift;