mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-18 13:42:06 +00:00
add player method "open" for mpris #1155
This commit is contained in:
@ -110,6 +110,7 @@ function registerMPRIS(win: BrowserWindow) {
|
|||||||
shuffle();
|
shuffle();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
player.on('open', (args: { uri: string}) => { win.loadURL(args.uri); });
|
||||||
|
|
||||||
let mprisVolNewer = false;
|
let mprisVolNewer = false;
|
||||||
let autoUpdate = false;
|
let autoUpdate = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user