diff --git a/internal/radio/icecast.go b/internal/radio/icecast.go index 018674f..81dfe57 100644 --- a/internal/radio/icecast.go +++ b/internal/radio/icecast.go @@ -65,7 +65,6 @@ func IcecastGetStatus(icecastURL string) (*IcecastStatus, error) { } func IcecastLastPlayedSongs(lastNSongs int, playlistPath string) ([]Song, error) { - if lpcLen := len(lastPlayedCache); lpcLen > 0 { if lastNSongs > lpcLen { lastNSongs = lpcLen