👂🏼Added an event listener for ADCPP queue file status

This commit is contained in:
2022-04-18 08:34:44 -07:00
parent ce683feb11
commit 31fd22a291
2 changed files with 2046 additions and 2044 deletions

View File

@@ -196,6 +196,8 @@ export const getDownloadProgress =
});
},
);
// File status listener
await ADCPPSocket.addListener(`queue`, "queue_file_status", async (data) => console.log("FILE STATUS", data));
} catch (error) {
throw error;
}

3732
yarn.lock

File diff suppressed because it is too large Load Diff