🪢 Wiring up download complete action -> import

This commit is contained in:
2022-08-07 22:35:56 -07:00
parent 580d19e8a4
commit 014ea27752

View File

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