mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 02:51:46 +00:00
synced-lyrics: fix album name?
This commit is contained in:
@ -80,7 +80,7 @@ export const getLyricsList = async (
|
||||
track_name: songData.title,
|
||||
});
|
||||
|
||||
if (songData.album) {
|
||||
if (songData.album?.length ?? 0 > 1) {
|
||||
query.set('album_name', songData.album);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user