diff --git a/src/components/FullscreenPlayer.tsx b/src/components/FullscreenPlayer.tsx index 503b76d7..61e993a4 100644 --- a/src/components/FullscreenPlayer.tsx +++ b/src/components/FullscreenPlayer.tsx @@ -143,9 +143,11 @@ const FsLyricsApple = memo(function FsLyricsApple({ currentTrack }: { currentTra if (!currentTrack || loading) return null; + const isPlain = !hasSynced && !!plainLyrics; + return (