fixing some small bugs

This commit is contained in:
Chris Cochrun 2022-03-16 07:21:30 -05:00
parent c35c0f6550
commit 5a1fa3fc75
5 changed files with 12 additions and 7 deletions

View file

@ -502,7 +502,7 @@ void MpvObject::playPause()
void MpvObject::stop()
{
command(QVariantList() << "stop" << "keep-playlist");
command(QVariantList() << "stop");
}
void MpvObject::stepBackward()