Remove my swearing from 10 years ago :D

This commit is contained in:
Albert Vaca Cintora 2023-03-26 14:13:55 +00:00
parent 47c6f5b768
commit 7866a5f656

View file

@ -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;