[Slim-Checkins] r9340 - /branches/6.5/server/Slim/Schema.pm

dsully at svn.slimdevices.com dsully at svn.slimdevices.com
Fri Sep 1 05:52:27 PDT 2006


Author: dsully
Date: Fri Sep  1 05:52:24 2006
New Revision: 9340

URL: http://svn.slimdevices.com?rev=9340&view=rev
Log:
Bug: N/A
Description: Merge from trunk -r 9338:9339

Modified:
    branches/6.5/server/Slim/Schema.pm

Modified: branches/6.5/server/Slim/Schema.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Schema.pm?rev=9340&r1=9339&r2=9340&view=diff
==============================================================================
--- branches/6.5/server/Slim/Schema.pm (original)
+++ branches/6.5/server/Slim/Schema.pm Fri Sep  1 05:52:24 2006
@@ -1345,7 +1345,7 @@
 	my $dirname = dirname($url);
 	my $source  = $playlist ? 'Playlist' : 'Track';
 
-	if (defined $self->lastTrackURL && $url eq $self->lastTrackURL) {
+	if (!$playlist && defined $self->lastTrackURL && $url eq $self->lastTrackURL) {
 
 		$track = $self->lastTrack->{$dirname};
 



More information about the checkins mailing list