handleSeek(time / 1000)}
+ text={
+ text +
+ (translatedLyrics ? `_BREAK_${translatedLyrics.split('\n')[idx]}` : '')
+ }
+ />
))}
);
diff --git a/src/renderer/features/lyrics/unsynchronized-lyrics.tsx b/src/renderer/features/lyrics/unsynchronized-lyrics.tsx
index 2e08a5a2..63511b69 100644
--- a/src/renderer/features/lyrics/unsynchronized-lyrics.tsx
+++ b/src/renderer/features/lyrics/unsynchronized-lyrics.tsx
@@ -50,23 +50,14 @@ export const UnsynchronizedLyrics = ({
/>
)}
{lines.map((text, idx) => (
-
-
- {translatedLines[idx] && (
-
- )}
-
+
))}
);