diff --git a/src/components/player/NowPlayingView.tsx b/src/components/player/NowPlayingView.tsx index d961599..9553b76 100644 --- a/src/components/player/NowPlayingView.tsx +++ b/src/components/player/NowPlayingView.tsx @@ -76,7 +76,7 @@ const NowPlayingView = () => { ); const [autoPlaylistFromYear, setRandomPlaylistFromYear] = useState(0); const [autoPlaylistToYear, setRandomPlaylistToYear] = useState(0); - const [randomPlaylistGenre, setRandomPlaylistGenre] = useState(''); + const [randomPlaylistGenre, setRandomPlaylistGenre] = useState(undefined); const [isLoadingRandom, setIsLoadingRandom] = useState(false); const [musicFolder, setMusicFolder] = useState(folder.musicFolder);