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

andy at svn.slimdevices.com andy at svn.slimdevices.com
Mon Jul 2 12:46:40 PDT 2007


Author: andy
Date: Mon Jul  2 12:46:40 2007
New Revision: 12326

URL: http://svn.slimdevices.com?rev=12326&view=rev
Log:
Remove previous shortcut in fade_volume when powered off, the player won't unmute properly if this is done

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

Modified: branches/6.5/server/Slim/Player/Player.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Player/Player.pm?rev=12326&r1=12325&r2=12326&view=diff
==============================================================================
--- branches/6.5/server/Slim/Player/Player.pm (original)
+++ branches/6.5/server/Slim/Player/Player.pm Mon Jul  2 12:46:40 2007
@@ -475,7 +475,6 @@
 	if (
 		   ( $fvolume{$client} == 0 && $fade < 0 ) 
 		|| ( $fvolume{$client} == $vol && $fade > 0 )
-		|| ( !$client->power )
 	) {	
 		# done fading
 		$::d_ui && msg("fade_volume done.  fade: $fade to $fvolume{$client} (vol: $vol)\n");



More information about the checkins mailing list