Fix bug in setCart()

This commit is contained in:
Patrick Linstruth 2018-10-27 16:20:36 -07:00
parent 0119539d82
commit 05ac6af7f5

View File

@ -84,6 +84,7 @@ bool RDSimplePlayer::isPlaying()
void RDSimplePlayer::setCart(unsigned cart)
{
play_cart=cart;
play_cut="";
}