fix mpv showing overtop with audio cover art

This commit is contained in:
Chris Cochrun 2022-09-25 14:59:04 -05:00
parent 48514667cf
commit b5543c0c46
2 changed files with 4 additions and 10 deletions

View file

@ -267,7 +267,7 @@ void MpvObject::doUpdate()
void MpvObject::command(const QVariant& params)
{
// qDebug() << params;
qDebug() << params;
mpv::qt::command(mpv, params);
}