fix np on macos
This commit is contained in:
parent
e6767dc3f9
commit
9957bd9b8a
|
@ -18,6 +18,7 @@ function np(mainWindow) {
|
|||
const value = await nowplaying();
|
||||
|
||||
const artwork = await nowplaying.getThumbnailBuffer(value.databaseID);
|
||||
console.log(artwork)
|
||||
e.sender.webContents.send('itunes-np', value);
|
||||
} catch (error) {
|
||||
// エラーを返す
|
||||
|
|
Loading…
Reference in New Issue
Block a user