diff --git a/src/renderer/features/lyrics/queries/lyric-query.ts b/src/renderer/features/lyrics/queries/lyric-query.ts index 8cc8f2a2..1983b043 100644 --- a/src/renderer/features/lyrics/queries/lyric-query.ts +++ b/src/renderer/features/lyrics/queries/lyric-query.ts @@ -85,10 +85,12 @@ export const useSongLyrics = ( } if (server.type === ServerType.JELLYFIN) { - const jfLyrics = await api.controller.getLyrics({ - apiClientProps: { server, signal }, - query: { songId: song.id }, - }); + const jfLyrics = await api.controller + .getLyrics({ + apiClientProps: { server, signal }, + query: { songId: song.id }, + }) + .catch((err) => console.log(err)); if (jfLyrics) { return {