feat: add offset handling for LRC time tags

This commit is contained in:
2026-03-25 21:55:36 +01:00
parent 075853ad5b
commit ec40fbcf13
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()