Skip to content

Commit

Permalink
chore(song): don't reset progress bar colour
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Dec 10, 2024
1 parent 1bb2312 commit ed9974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/view/song/song.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func (m *Model) Update(msg tea.Msg) (view.View, tea.Cmd) {
lyric, ok := m.current.lyrics.Next()
if !ok {
// Song already done
m.current = playing{song: nil}
m.current.song = nil
return m, m.current.stopwatch.Reset()
}

Expand Down

0 comments on commit ed9974e

Please sign in to comment.