filter loop fixes
This commit is contained in:
parent
7850493c9e
commit
742e606c09
3 changed files with 14 additions and 4 deletions
|
@ -29,6 +29,8 @@ const MusicKitInterop = {
|
|||
global.ipcRenderer.send('nowPlayingItemDidChange', attributes);
|
||||
}
|
||||
|
||||
global.ipcRenderer.send('lastfm:nowPlayingChange', attributes);
|
||||
|
||||
if (MusicKit.getInstance().nowPlayingItem) {
|
||||
await this.sleep(750);
|
||||
MusicKit.getInstance().playbackRate = app.cfg.audio.playbackRate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue