fixing some small bugs
This commit is contained in:
parent
c35c0f6550
commit
5a1fa3fc75
5 changed files with 12 additions and 7 deletions
|
@ -502,7 +502,7 @@ void MpvObject::playPause()
|
|||
|
||||
void MpvObject::stop()
|
||||
{
|
||||
command(QVariantList() << "stop" << "keep-playlist");
|
||||
command(QVariantList() << "stop");
|
||||
}
|
||||
|
||||
void MpvObject::stepBackward()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue