Index: Slim/Player/StreamingController.pm =================================================================== --- Slim/Player/StreamingController.pm (revision 30099) +++ Slim/Player/StreamingController.pm (working copy) @@ -1214,6 +1214,10 @@ my $myFadeIn = $fadeIn; if ($fadeIn > $player->maxTransitionDuration()) { $myFadeIn = 0; + + # Bug 15239: set the temp volume to 0 now so that it is already + # set when fade-in starts. + $player->volume(0, 1); } main::INFOLOG && $log->info($player->id . ": stream");