Attempt to fix MessageReply crash when saving tags

This commit is contained in:
Jonas Kvinge
2019-06-22 08:36:02 +02:00
parent 5bd5cdf435
commit 10dc725942
3 changed files with 6 additions and 4 deletions

View File

@@ -400,7 +400,7 @@ void Playlist::SongSaveComplete(TagReaderReply *reply, const QPersistentModelInd
}
}
reply->deleteLater();
metaObject()->invokeMethod(reply, "deleteLater", Qt::QueuedConnection);
}