Skip to content

Commit

Permalink
Make timecodes save on quit
Browse files Browse the repository at this point in the history
  • Loading branch information
ejv2 committed Aug 9, 2024
1 parent 4b279f6 commit d5823a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/sound.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,10 @@ func Mainloop() {
switch action {
case actTerm:
if Plr.proc != nil {
Plr.stop()
Plr.proc.Process.Kill()
}

Plr.playing = false

Plr.dat <- 1
return
case actStop:
Expand Down

0 comments on commit d5823a0

Please sign in to comment.