diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-04-16 21:06:01 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-04-16 21:06:01 -0700 |
| commit | 6aab722e79cce918c3bc2cfaae7731dae86f4167 (patch) | |
| tree | d8518c7cc07fa713630b696c6b143426e0f15f1c /src/app/game/game.utils.ts | |
| parent | df604e7e2603a087907a39b21f93eb4cee8c85b0 (diff) | |
type: general styling changes to BGA and hud
Diffstat (limited to 'src/app/game/game.utils.ts')
| -rw-r--r-- | src/app/game/game.utils.ts | 1 |
1 files changed, 0 insertions, 1 deletions
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 }); |
