Let user open in the PC browser media URL to Android device [2/2]

Let kdeconnect-kde send xesam:url field to renote device in "url" field.
This commit is contained in:
Soul Trace 2020-01-17 14:19:12 +03:00
parent 916ec3a405
commit d80e48f4c7

View file

@ -390,6 +390,7 @@ void MprisControlPlugin::mprisPlayerMetadataToNetworkPacket(NetworkPacket& np, c
length = -1;
}
np.set(QStringLiteral("length"), length);
np.set(QStringLiteral("url"), nowPlayingMap[QStringLiteral("xesam:url")].toString());
}
#include "mpriscontrolplugin.moc"