From 9957bd9b8a6ee2aa2328ff514d1e0aa6c933ba76 Mon Sep 17 00:00:00 2001 From: cutls Date: Sat, 12 Oct 2019 01:31:15 +0900 Subject: [PATCH] fix np on macos --- app/main/np.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main/np.js b/app/main/np.js index cd880e95..01f1c067 100644 --- a/app/main/np.js +++ b/app/main/np.js @@ -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) { // エラーを返す