We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43425cf commit 1e7a7d4Copy full SHA for 1e7a7d4
Squeezelite.pm
@@ -159,6 +159,7 @@ sub devices {
159
push @output, { name => $name, desc => $desc };
160
} else {
161
# Port Audio
162
+ $desc =~ s/ \[.*?\]//; # temp strip additional text from squeezelite 1.3
163
push @output, { name => $desc, desc => $name };
164
}
165
install.xml
@@ -3,7 +3,7 @@
3
<extension>
4
<name>PLUGIN_LOCALPLAYER</name>
5
<module>Plugins::LocalPlayer::Plugin</module>
6
- <version>1.3</version>
+ <version>1.3.1</version>
7
<defaultState>enabled</defaultState>
8
<description>PLUGIN_LOCALPLAYER_DESC</description>
9
<creator>Triode</creator>
0 commit comments