🏗 Refactoring AirDCPPSocket init and download handling

This commit is contained in:
2022-06-09 00:55:39 -07:00
parent 2943000db3
commit a73250d99c
12 changed files with 155 additions and 126 deletions

View File

@@ -265,7 +265,6 @@ export const getTransfers =
true,
);
}
console.log(ADCPPSocket);
const foo = await ADCPPSocket.get("queue/bundles/1/50", {});
console.log(foo);
} catch (err) {