🖇 Refactorting

This commit is contained in:
2021-04-20 14:00:11 -07:00
parent de6cdfd418
commit a21b51f0ae
2 changed files with 33 additions and 19 deletions

View File

@@ -12,9 +12,9 @@ import { Request, Response } from "express";
router.route("/getComicCovers").get(async (req: Request, res: Response) => {
const foo = await extractArchive({
name: "Dollar Bill 001.cbr",
extension: ".cbr",
containedIn: "comics/(2012) Before Watchmen - Dollar Bill",
name: "Neonomicon 01 (of 04) (2010) (Project Comic Con cover) (Minutemen-DTs).cbz",
extension: ".cbz",
containedIn: "comics/Neonomicon",
isFile: true,
isLink: false,
});