🏗️ Refactor for import of downloaded comics to use socket.io
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user