Skip to content

Commit 217c3f4

Browse files
authored
Merge pull request #1138 from QuditWolf/master
add xesam:url mpris from songInfo.url
2 parents c488c30 + 9f77dcc commit 217c3f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/shortcuts/mpris.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ function registerMPRIS(win) {
145145
'mpris:length': secToMicro(songInfo.songDuration),
146146
'mpris:artUrl': songInfo.imageSrc,
147147
'xesam:title': songInfo.title,
148+
'xesam:url': songInfo.url,
148149
'xesam:artist': [songInfo.artist],
149150
'mpris:trackid': '/'
150151
};

0 commit comments

Comments
 (0)