📚 Added an endpoint to get CV-mapped volumes

This commit is contained in:
2021-09-21 13:05:47 -07:00
parent ece7b99feb
commit 0881002905
3 changed files with 54 additions and 11 deletions

View File

@@ -107,7 +107,7 @@ export default class ApiService extends Service {
page: 1,
},
};
this.broker.call("import.importComicsToDb", {walkedFolders, extractionOptions });
this.broker.call("import.processAndImportToDB", {walkedFolders, extractionOptions });
})
.on("change", (path, stats) =>
logger.info(