The SqueezeESP32 plugin requires LMS 7.9. It wouldn't run on 7.7.

This commit is contained in:
Michael Herger
2020-05-15 14:15:19 +02:00
parent edf1d454a2
commit fcfbbd61c0
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ my $prefs = preferences('plugin.squeezeesp32');
my $log = Slim::Utils::Log->addLogCategory({ my $log = Slim::Utils::Log->addLogCategory({
'category' => 'plugin.squeezeesp32', 'category' => 'plugin.squeezeesp32',
'defaultLevel' => 'INFO', 'defaultLevel' => 'INFO',
'description' => Slim::Utils::Strings::string('SqueezeESP32'), 'description' => 'PLUGIN_SQUEEZEESP32',
}); });
# migrate 'eq' pref, as that's a reserved word and could cause problems in the future # migrate 'eq' pref, as that's a reserved word and could cause problems in the future

View File

@@ -3,7 +3,7 @@
<defaultState>enabled</defaultState> <defaultState>enabled</defaultState>
<email>philippe_44@outlook.com</email> <email>philippe_44@outlook.com</email>
<targetApplication> <targetApplication>
<minVersion>7.5</minVersion> <minVersion>7.9</minVersion>
<maxVersion>*</maxVersion> <maxVersion>*</maxVersion>
<id>SlimServer</id> <id>SlimServer</id>
</targetApplication> </targetApplication>