Index: Plugins/Live365.pm =================================================================== --- Plugins/Live365.pm (revision 1792) +++ Plugins/Live365.pm (working copy) @@ -624,15 +624,18 @@ $newTitle = join(" - ", @titleComponents); } else { - $::d_plugins && msg( "Playlist handler returned an invalid response, falling back to the station title" ); - $newTitle = ${*$self}{live365_original_title}; + $::d_plugins && msg( "Playlist handler returned an invalid response, falling back to the station title" ); + $newTitle = ${*$self}{live365_original_title}; } if ($newTitle) { $::d_plugins && msg( "Live365 Now Playing: $newTitle\n" ); $::d_plugins && msg( "Live365 next update: $nextRefresh seconds\n" ); + $client->killAnimation(); Slim::Music::Info::setTitle( $url, $newTitle ); + $::d_plugins && msg( "Live365 setting songtime: $nextRefresh\n" ); + $client->songduration($nextRefresh); } if ($nextRefresh) {