Skip to content

Commit 2c43ec3

Browse files
committed
Merge branch 'public/9.1' into public/9.2
2 parents 0b7b18e + 380eaa5 commit 2c43ec3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Changelog9.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ <h2><a name="v9.1.1" id="v9.1.1"></a>Version 9.1.1</h2>
7979
<li>Fix scheduling scans to run at midnight.</li>
8080
<li><a href="https://github.com/LMS-Community/slimserver/pull/1527">#1527</a> - YAML::XS would turn booleans into read-only values on Perl 5.42</li>
8181
<li><a href="https://github.com/LMS-Community/slimserver/pull/1528">#1528</a> - Fix FLAC to MP3 transcoding for mono tracks (@jbylsma)</li>
82+
<li><a href="https://github.com/LMS-Community/slimserver/pull/1573">#1573</a> - Fix release types for Squeezeplay/Touch etc. (@darrell-k)</li>
8283
</ul>
8384
<br />
8485

Slim/Menu/BrowseLibrary.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ sub setMode {
735735
$client->modeParam( handledTransition => 1 );
736736
}
737737

738-
our @topLevelArgs = qw(track_id artist_id genre_id album_id playlist_id year only_album_years folder_id role_id library_id remote_library release_type work_id composer_id from_search subtitle grouping performance);
738+
our @topLevelArgs = qw(track_id artist_id genre_id album_id playlist_id year only_album_years folder_id role_id library_id remote_library release_type work_id composer_id from_search subtitle grouping performance menu_mode menu_roles);
739739

740740
sub _topLevel {
741741
my ($client, $callback, $args, $pt) = @_;

0 commit comments

Comments
 (0)