enable "remote" menu in settings

This commit is contained in:
Philippe G
2020-05-10 14:51:11 -07:00
parent bbe62352a2
commit edf1d454a2
4 changed files with 7 additions and 3 deletions

View File

@@ -54,6 +54,10 @@ sub hasScrolling {
return 1;
}
sub hasIR {
return 1;
}
sub update_artwork {
my $client = shift;
my $cprefs = $prefs->client($client);

View File

@@ -10,6 +10,6 @@
<name>PLUGIN_SQUEEZEESP32</name>
<description>PLUGIN_SQUEEZEESP32_DESC</description>
<module>Plugins::SqueezeESP32::Plugin</module>
<version>0.91</version>
<version>0.92</version>
<creator>Philippe</creator>
</extensions>