bug: resets CurrentPlayCard when done playing

This commit is contained in:
2022-12-30 12:44:01 +01:00
parent 3f2c097eb0
commit 0368165797

View File

@@ -248,6 +248,10 @@ func (mb *MarlinBox) Play() {
}
}
}
mb.CurrentPlayCard = nil
mb.Player.Pause()
mb.Player.Close()
mb.PlayerContext.Suspend()
}()
}