Merge pull request #1138 from QuditWolf/master

add xesam:url mpris from songInfo.url
This commit is contained in:
th-ch
2023-05-12 22:28:36 +02:00
committed by GitHub

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': '/'
};