mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
address changes
This commit is contained in:
parent
73cd647486
commit
46cc1a635f
4 changed files with 26 additions and 14 deletions
|
|
@ -411,7 +411,7 @@ export const getStructuredLyrics = async (
|
|||
});
|
||||
|
||||
if (res.status !== 200) {
|
||||
throw new Error('Failed to get server extensions');
|
||||
throw new Error('Failed to get structured lyrics');
|
||||
}
|
||||
|
||||
const lyrics = res.body.lyricsList?.structuredLyrics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue