diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index c908759..3b81b22 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -184,10 +184,6 @@ func (pw *PlaylistLogWatcher) Watch(playlistPath string, n int) (err error) { lastPlayedCache = make([]Song, 0, n) - if songs, err := icecastLastPlayedSongs(playlistPath, 1); err == nil && len(songs) > 0 { - currentlyPlaying = songs[0] - } - go func() { for { select {