feat: add offset handling for LRC time tags

This commit is contained in:
2026-03-25 21:55:36 +01:00
parent b9fa6c6705
commit c07f8e0a82
2 changed files with 48 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from lrcfetch.core import LrcManager
app = typer.Typer(
help="LRCFetch — Fetch line-synced lyrics for your music player.",
add_completion=False,
add_completion=True,
)
manager = LrcManager()