Index: Plugin.pm =================================================================== --- Plugin.pm (revision 12323) +++ Plugin.pm (working copy) @@ -428,9 +428,10 @@ # Record current mix type and the time it was started. # Do this last to prevent menu items changing too soon $::d_plugins && msgf("RandomPlay: New mix started at %i\n", $startTime); - $mixInfo{$client->masterOrSelf->id}->{'type'} = $type; $mixInfo{$client->masterOrSelf->id}->{'startTime'} = $startTime; } + + $mixInfo{$client->masterOrSelf->id}->{'type'} = $type; } }