浏览代码

enable "remote" menu in settings

Philippe G 4 年之前
父节点
当前提交
edf1d454a2
共有 4 个文件被更改,包括 7 次插入3 次删除
  1. 二进制
      plugin/SqueezeESP32.zip
  2. 4 0
      plugin/SqueezeESP32/Player.pm
  3. 1 1
      plugin/SqueezeESP32/install.xml
  4. 2 2
      plugin/repo.xml

二进制
plugin/SqueezeESP32.zip


+ 4 - 0
plugin/SqueezeESP32/Player.pm

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

+ 1 - 1
plugin/SqueezeESP32/install.xml

@@ -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>

+ 2 - 2
plugin/repo.xml

@@ -1,10 +1,10 @@
 <?xml version='1.0' standalone='yes'?>
 <extensions>
   <plugins>
-    <plugin version="0.91" name="SqueezeESP32" minTarget="7.5" maxTarget="*">
+    <plugin version="0.92" name="SqueezeESP32" minTarget="7.5" maxTarget="*">
       <link>https://github.com/sle118/squeezelite-esp32</link>
       <creator>Philippe</creator>
-      <sha>813cbdee552aed7f96696ef9a77a72a9ff19e4de</sha>
+      <sha>274c9278af12e79edb8c3273f19f3fc7a9703795</sha>
       <email>philippe_44@outlook.com</email>
       <desc lang="EN">SqueezeESP32 additional player id (100)</desc>
       <url>http://github.com/sle118/squeezelite-esp32/raw/master/plugin/SqueezeESP32.zip</url>