From 014ea277521efe8ba91f40fb246255a70955a6aa Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 7 Aug 2022 22:35:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=A2=20Wiring=20up=20download=20complet?= =?UTF-8?q?e=20action=20->=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/App.tsx b/src/client/components/App.tsx index db867d0..d6a60ee 100644 --- a/src/client/components/App.tsx +++ b/src/client/components/App.tsx @@ -63,6 +63,7 @@ const AirDCPPSocketComponent = (): ReactElement => { "queue_bundle_status", async (bundleData) => { if (bundleData.status.completed && bundleData.status.downloaded) { + // dispatch the action for raw import, with the metadata console.log("IM THE MAN UP IN THIS") } },