Fix: #108 NowPlaying of iTunes on macOS

This commit is contained in:
Cutls
2019-08-23 02:00:22 +09:00
parent d0ed9faf50
commit 61d4d7005e
2 changed files with 5 additions and 7 deletions

View File

@@ -22,6 +22,8 @@ function np(mainWindow) {
console.error(error);
e.sender.webContents.send('itunes-np', error);
}
} else {
}
}