first draft of synced lyrics integration, missing seek support
This commit is contained in:
@@ -241,8 +241,9 @@ func (s *nowPlayingPageState) Restore() Page {
|
||||
|
||||
var _ CanShowPlayTime = (*NowPlayingPage)(nil)
|
||||
|
||||
func (a *NowPlayingPage) OnPlayTimeUpdate(_, _ float64) {
|
||||
func (a *NowPlayingPage) OnPlayTimeUpdate(curTime, _ float64) {
|
||||
a.formatStatusLine()
|
||||
a.lyricsViewer.UpdatePlayPos(curTime)
|
||||
}
|
||||
|
||||
var _ CanSelectAll = (*NowPlayingPage)(nil)
|
||||
|
||||
Reference in New Issue
Block a user