feat: add offset handling for LRC time tags
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user