fix: adjust fetcher groups, sequentially fetch from sp and lrclib

This commit is contained in:
2026-04-03 22:13:08 +02:00
parent 4c5aba04b0
commit aa13940aa7
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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
View File
@@ -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"