add xesam:url mpris from songInfo.url

This commit is contained in:
QuditWolf
2023-05-11 14:23:54 +05:30
committed by GitHub
parent c488c30015
commit 9f77dcc348

View File

@ -145,6 +145,7 @@ function registerMPRIS(win) {
'mpris:length': secToMicro(songInfo.songDuration),
'mpris:artUrl': songInfo.imageSrc,
'xesam:title': songInfo.title,
'xesam:url': songInfo.url,
'xesam:artist': [songInfo.artist],
'mpris:trackid': '/'
};