fix: improve lyrics fetching and query encoding for special characters (#594)

* chore: gitignore .vscode

* fix(lrclib): use 'get' API, return empty lines when instrumental

* build: add workflow_dispatch trigger

* fix: encode query strings with stricter character set
This commit is contained in:
Mapleshade
2024-12-30 22:37:24 +08:00
committed by GitHub
parent ba407d7ed7
commit 85a002b9b3
7 changed files with 48 additions and 27 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
branches: [ "swift" ]
pull_request:
branches: [ "swift" ]
workflow_dispatch:
jobs:
build: