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:
parent
916ec3a405
commit
d80e48f4c7
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue