Remove my swearing from 10 years ago :D
This commit is contained in:
parent
47c6f5b768
commit
7866a5f656
1 changed files with 2 additions and 2 deletions
|
@ -147,9 +147,9 @@ void MprisControlPlugin::propertiesChanged(const QString &propertyInterface, con
|
|||
}
|
||||
}
|
||||
if (properties.contains(QStringLiteral("Metadata"))) {
|
||||
QDBusArgument bullshit = qvariant_cast<QDBusArgument>(properties[QStringLiteral("Metadata")]);
|
||||
QDBusArgument aux = qvariant_cast<QDBusArgument>(properties[QStringLiteral("Metadata")]);
|
||||
QVariantMap nowPlayingMap;
|
||||
bullshit >> nowPlayingMap;
|
||||
aux >> nowPlayingMap;
|
||||
|
||||
mprisPlayerMetadataToNetworkPacket(np, nowPlayingMap);
|
||||
somethingToSend = true;
|
||||
|
|
Loading…
Reference in a new issue