Skip to content

fix(player): Show lyrics dialog when song without lyrics starts#220

Merged
theovilardo merged 1 commit intomasterfrom
fix/lyrics-dialog-on-song-change
Oct 10, 2025
Merged

fix(player): Show lyrics dialog when song without lyrics starts#220
theovilardo merged 1 commit intomasterfrom
fix/lyrics-dialog-on-song-change

Conversation

@theovilardo
Copy link
Owner

When the LyricsSheet is open and the song changes to one that does not have lyrics, the sheet would previously just go blank.

This change modifies the LyricsSheet to observe the current song. If the new song has no lyrics and lyrics are not currently being fetched, it now displays the FetchLyricsDialog. This allows the user to immediately search for or import lyrics for the new song, improving the user experience.

When the LyricsSheet is open and the song changes to one that does not have lyrics, the sheet would previously just go blank.

This change modifies the `LyricsSheet` to observe the current song. If the new song has no lyrics and lyrics are not currently being fetched, it now displays the `FetchLyricsDialog`. This allows the user to immediately search for or import lyrics for the new song, improving the user experience.
@theovilardo theovilardo merged commit 3e98bf5 into master Oct 10, 2025
@theovilardo theovilardo deleted the fix/lyrics-dialog-on-song-change branch October 10, 2025 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant