Explorar o código

Merge pull request #29 from michaelherger/require-LMS-79

The SqueezeESP32 plugin requires LMS 7.9. It wouldn't run on 7.7.
philippe44 %!s(int64=4) %!d(string=hai) anos
pai
achega
c1990054de
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      plugin/SqueezeESP32/Plugin.pm
  2. 1 1
      plugin/SqueezeESP32/install.xml

+ 1 - 1
plugin/SqueezeESP32/Plugin.pm

@@ -13,7 +13,7 @@ my $prefs = preferences('plugin.squeezeesp32');
 my $log = Slim::Utils::Log->addLogCategory({
 	'category'     => 'plugin.squeezeesp32',
 	'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

+ 1 - 1
plugin/SqueezeESP32/install.xml

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