From 9f77dcc3485cbff5c13d740d386298f6c3813751 Mon Sep 17 00:00:00 2001 From: QuditWolf <81188667+QuditWolf@users.noreply.github.com> Date: Thu, 11 May 2023 14:23:54 +0530 Subject: [PATCH] add xesam:url mpris from songInfo.url --- plugins/shortcuts/mpris.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/shortcuts/mpris.js b/plugins/shortcuts/mpris.js index e0ab34680a..8b8aeb9f88 100644 --- a/plugins/shortcuts/mpris.js +++ b/plugins/shortcuts/mpris.js @@ -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': '/' };