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") } },