🏗️ Refactor for import of downloaded comics to use socket.io

This commit is contained in:
2022-12-21 21:04:40 -08:00
parent fe4ba87256
commit 6a4cf1d82f
6 changed files with 147 additions and 131 deletions

View File

@@ -51,8 +51,8 @@ export default class SocketService extends Service {
);
console.log(data);
await this.broker.call(
"library.importDownloadedFileToLibrary",
data.data,
"library.importDownloadedComic",
{ bundle: data },
{}
);
break;