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]] = [
|
_FETCHER_GROUPS: list[list[FetcherMethodType]] = [
|
||||||
["local"],
|
["local"],
|
||||||
["cache-search"],
|
["cache-search"],
|
||||||
["spotify", "lrclib"],
|
["spotify"],
|
||||||
|
["lrclib"],
|
||||||
["lrclib-search", "netease", "qqmusic"],
|
["lrclib-search", "netease", "qqmusic"],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "lrx-cli"
|
name = "lrx-cli"
|
||||||
version = "0.4.0"
|
version = "0.4.1"
|
||||||
description = "Fetch line-synced lyrics for your music player."
|
description = "Fetch line-synced lyrics for your music player."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user