Merge branch 'innolab' into develop
This commit is contained in:
commit
b740f76e3c
3 changed files with 6 additions and 2 deletions
|
@ -36,6 +36,8 @@ const MusicKitInterop = {
|
|||
if (trackFilter || !app.cfg.lastfm.filterLoop) {
|
||||
global.ipcRenderer.send('nowPlayingItemDidChangeLastFM', attributes);
|
||||
}
|
||||
|
||||
global.ipcRenderer.send('nowPlayingItemDidChange', MusicKitInterop.getAttributes());
|
||||
});
|
||||
|
||||
MusicKit.getInstance().addEventListener(MusicKit.Events.authorizationStatusDidChange, () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue