diff --git a/plugins/shortcuts/mpris.ts b/plugins/shortcuts/mpris.ts index 5c7d3dad..df299e98 100644 --- a/plugins/shortcuts/mpris.ts +++ b/plugins/shortcuts/mpris.ts @@ -110,6 +110,7 @@ function registerMPRIS(win: BrowserWindow) { shuffle(); } }); + player.on('open', (args: { uri: string}) => { win.loadURL(args.uri); }); let mprisVolNewer = false; let autoUpdate = false;