mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-23 20:37:42 +02:00
[bugfix]: use proper check for OS lyric existence
This commit is contained in:
@@ -104,7 +104,7 @@ export const useSongLyricsBySong = (
|
|||||||
})
|
})
|
||||||
.catch(console.error);
|
.catch(console.error);
|
||||||
|
|
||||||
if (subsonicLyrics) {
|
if (subsonicLyrics?.length) {
|
||||||
return subsonicLyrics;
|
return subsonicLyrics;
|
||||||
}
|
}
|
||||||
} else if (hasFeature(server, ServerFeature.LYRICS_SINGLE_STRUCTURED)) {
|
} else if (hasFeature(server, ServerFeature.LYRICS_SINGLE_STRUCTURED)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user