chore: replaced deprecated .Reset() with .Pause()

This commit is contained in:
itsscb 2022-12-30 12:56:22 +01:00
parent 0368165797
commit 3d8b4ed976

View File

@ -165,7 +165,7 @@ func (mb *MarlinBox) GetCurrentCard() {
} }
mb.CurrentPlayCard = c mb.CurrentPlayCard = c
if mb.PlayerContext != nil { if mb.PlayerContext != nil {
mb.Player.Reset() mb.Player.Pause()
} }
mb.Play() mb.Play()
return return