mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +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);
|
||||
|
||||
if (subsonicLyrics) {
|
||||
if (subsonicLyrics?.length) {
|
||||
return subsonicLyrics;
|
||||
}
|
||||
} else if (hasFeature(server, ServerFeature.LYRICS_SINGLE_STRUCTURED)) {
|
||||
|
||||
Reference in New Issue
Block a user