[Slim-Checkins] r10696 - /branches/6.5/server/Slim/Player/Squeezebox.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Wed Nov 15 14:11:32 PST 2006


Author: andy
Date: Wed Nov 15 14:11:32 2006
New Revision: 10696

URL: http://svn.slimdevices.com?rev=10696&view=rev
Log:
Call client->update after buffering, just in case it buffered so fast it's done before we get to display any messages, this keeps the 'Checking stream' message from displaying too long

Modified:
    branches/6.5/server/Slim/Player/Squeezebox.pm

Modified: branches/6.5/server/Slim/Player/Squeezebox.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Player/Squeezebox.pm?rev=10696&r1=10695&r2=10696&view=diff
==============================================================================
--- branches/6.5/server/Slim/Player/Squeezebox.pm (original)
+++ branches/6.5/server/Slim/Player/Squeezebox.pm Wed Nov 15 14:11:32 2006
@@ -250,6 +250,7 @@
 	# currentPlaylistChangeTime is set to time() after a track start event
 	if ( $client->currentPlaylistChangeTime() > $buffering->{$client} ) {
 		delete $buffering->{$client};
+		$client->update();
 		return;
 	}
 



More information about the checkins mailing list