fix: adjust fetcher groups, sequentially fetch from sp and lrclib
This commit is contained in:
@@ -33,7 +33,8 @@ FetcherMethodType = Literal[
|
||||
_FETCHER_GROUPS: list[list[FetcherMethodType]] = [
|
||||
["local"],
|
||||
["cache-search"],
|
||||
["spotify", "lrclib"],
|
||||
["spotify"],
|
||||
["lrclib"],
|
||||
["lrclib-search", "netease", "qqmusic"],
|
||||
]
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "lrx-cli"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
description = "Fetch line-synced lyrics for your music player."
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
|
||||
Reference in New Issue
Block a user