Skip to content

Commit f09adeb

Browse files
author
Bart Lauret
committed
Import LocalPlayer-linux-v1.5.zip
1 parent 1e7a7d4 commit f09adeb

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

Bin/arm-linux/squeezelite-armv5te

7.12 KB
Binary file not shown.

Bin/arm-linux/squeezelite-armv6

7.12 KB
Binary file not shown.
29.7 KB
Binary file not shown.

Bin/i386-linux/squeezelite-i386

21.9 KB
Binary file not shown.
18.7 KB
Binary file not shown.

Squeezelite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ sub devices {
159159
push @output, { name => $name, desc => $desc };
160160
} else {
161161
# Port Audio
162-
$desc =~ s/ \[.*?\]//; # temp strip additional text from squeezelite 1.3
162+
#$desc =~ s/ \[.*?\]//; # temp strip additional text from squeezelite 1.3
163163
push @output, { name => $desc, desc => $name };
164164
}
165165
}

install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<extension>
44
<name>PLUGIN_LOCALPLAYER</name>
55
<module>Plugins::LocalPlayer::Plugin</module>
6-
<version>1.3.1</version>
6+
<version>1.5</version>
77
<defaultState>enabled</defaultState>
88
<description>PLUGIN_LOCALPLAYER_DESC</description>
99
<creator>Triode</creator>

0 commit comments

Comments
 (0)