From 6aab722e79cce918c3bc2cfaae7731dae86f4167 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 16 Apr 2026 21:06:01 -0700 Subject: type: general styling changes to BGA and hud --- src/app/game/game.utils.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/app/game/game.utils.ts') diff --git a/src/app/game/game.utils.ts b/src/app/game/game.utils.ts index 9164dc9..b2037e5 100644 --- a/src/app/game/game.utils.ts +++ b/src/app/game/game.utils.ts @@ -35,7 +35,6 @@ export function parseLrcLines( ? rawLine.slice(lastIndex).replace(/\([^)]*\)/g, "") : rawLine.slice(lastIndex) ).trim(); - if (!content) continue; for (const ms of timestamps) { result.push({ millisecond: ms, content }); -- cgit v1.2.3