Index: Slim/Player/Source.pm =================================================================== RCS file: /home/cvs/cvsroot/slim/server/Slim/Player/Source.pm,v retrieving revision 1.107 diff -u -p -B -r1.107 Source.pm --- Slim/Player/Source.pm 8 Sep 2004 00:27:52 -0000 1.107 +++ Slim/Player/Source.pm 9 Sep 2004 08:40:31 -0000 @@ -1019,6 +1019,11 @@ sub openSong { Slim::Control::Command::executeCallback($client, ['open', $fullpath]); + # We are starting a new song, lets kill any animation so we see the correct new song. + foreach my $everyclient ($client, Slim::Player::Sync::syncedWith($client)) { + $everyclient->killAnimation(); + } + return 1; }