[Slim-Checkins] r8774 - in /trunk/server: Changelog6.html Slim/Control/Commands.pm

dsully at svn.slimdevices.com dsully at svn.slimdevices.com
Wed Aug 2 22:29:38 PDT 2006


Author: dsully
Date: Wed Aug  2 22:29:38 2006
New Revision: 8774

URL: http://svn.slimdevices.com?rev=8774&view=rev
Log:
Bug: 3853
Description: Playing all albums via Genre should sort by album.

Modified:
    trunk/server/Changelog6.html
    trunk/server/Slim/Control/Commands.pm

Modified: trunk/server/Changelog6.html
URL: http://svn.slimdevices.com/trunk/server/Changelog6.html?rev=8774&r1=8773&r2=8774&view=diff
==============================================================================
--- trunk/server/Changelog6.html (original)
+++ trunk/server/Changelog6.html Wed Aug  2 22:29:38 2006
@@ -458,6 +458,7 @@
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3843">#3843</a> - Undefined subroutine &Slim::Networking::Async::Socket::UDP::msg</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3844">#3844</a> - Synced players - problem moving track past 'now playing' ...</li>
 		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3850">#3850</a> - Some cover art is not resized for gallery view thumbnails</li>
+		<li><a href="http://bugs.slimdevices.com/show_bug.cgi?id=3853">#3853</a> - playing genre favorite plays songs in track order</li>
 	</ul>
 </ul>
 

Modified: trunk/server/Slim/Control/Commands.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Control/Commands.pm?rev=8774&r1=8773&r2=8774&view=diff
==============================================================================
--- trunk/server/Slim/Control/Commands.pm (original)
+++ trunk/server/Slim/Control/Commands.pm Wed Aug  2 22:29:38 2006
@@ -2082,6 +2082,7 @@
 		# Setup the join mapping
 		if ($key =~ /^genre\./) {
 
+			$sort = $albumSort;
 			$joinMap{'genre'} = { 'genreTracks' => 'genre' };
 
 		} elsif ($key =~ /^album\./) {



More information about the checkins mailing list