diff --git a/app/main/np.js b/app/main/np.js index ee7254ff..cd880e95 100644 --- a/app/main/np.js +++ b/app/main/np.js @@ -16,6 +16,8 @@ function np(mainWindow) { try { const nowplaying = require("itunes-nowplaying-mac"); const value = await nowplaying(); + + const artwork = await nowplaying.getThumbnailBuffer(value.databaseID); e.sender.webContents.send('itunes-np', value); } catch (error) { // エラーを返す