[Slim-Checkins] r9473 - /trunk/server/Slim/Networking/Slimproto.pm

andy at svn.slimdevices.com andy at svn.slimdevices.com
Thu Sep 7 03:35:44 PDT 2006


Author: andy
Date: Thu Sep  7 03:35:43 2006
New Revision: 9473

URL: http://svn.slimdevices.com?rev=9473&view=rev
Log:
SoftSqueeze now properly reports status

Modified:
    trunk/server/Slim/Networking/Slimproto.pm

Modified: trunk/server/Slim/Networking/Slimproto.pm
URL: http://svn.slimdevices.com/trunk/server/Slim/Networking/Slimproto.pm?rev=9473&r1=9472&r2=9473&view=diff
==============================================================================
--- trunk/server/Slim/Networking/Slimproto.pm (original)
+++ trunk/server/Slim/Networking/Slimproto.pm Thu Sep  7 03:35:43 2006
@@ -180,12 +180,6 @@
 	for my $id ( keys %heartbeat ) {
 		
 		my $client = Slim::Player::Client::getClient($id) || next;
-		
-		# SoftSqueeze does not report status (yet)
-		if ( $client->isa('Slim::Player::SoftSqueeze') ) {
-			delete $heartbeat{ $client->id };
-			next;
-		}
 		
 		# skip if we haven't yet heard anything
 		if ( !defined $heartbeat{ $client->id } ) {



More information about the checkins mailing list