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]] = [
["local"],
["cache-search"],
["spotify", "lrclib"],
["spotify"],
["lrclib"],
["lrclib-search", "netease", "qqmusic"],
]