update lyrics text style

This commit is contained in:
Drew Weymouth
2024-03-06 09:44:52 -08:00
parent b3bec2694b
commit 129afcf4a8
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -198,6 +198,7 @@ func (a *NowPlayingPage) OnSongChange(song, lastScrobbledIfAny *mediaprovider.Tr
if err == nil {
a.lyricsViewer.SetLyrics(lyrics)
} else {
log.Printf("Error fetching lyrics: %v", err)
a.lyricsViewer.SetLyrics(nil)
}
}