diff --git a/ComicVine Matching.png b/ComicVine Matching.png new file mode 100644 index 0000000..5cdd2ff Binary files /dev/null and b/ComicVine Matching.png differ diff --git a/DC++ integration.png b/DC++ integration.png new file mode 100644 index 0000000..88f95eb Binary files /dev/null and b/DC++ integration.png differ diff --git a/Dashboard.png b/Dashboard.png new file mode 100644 index 0000000..cf5d7e5 Binary files /dev/null and b/Dashboard.png differ diff --git a/Library.png b/Library.png new file mode 100644 index 0000000..304beda Binary files /dev/null and b/Library.png differ diff --git a/src/client/actions/fileops.actions.tsx b/src/client/actions/fileops.actions.tsx index bbe67e6..1c25dc0 100644 --- a/src/client/actions/fileops.actions.tsx +++ b/src/client/actions/fileops.actions.tsx @@ -254,6 +254,7 @@ export const fetchComicVineMatches = * @returns {any} */ export const extractComicArchive = + (path: string, options: any): any => async (dispatch) => { dispatch({ diff --git a/src/client/components/ComicDetail/RawFileDetails.tsx b/src/client/components/ComicDetail/RawFileDetails.tsx index 230a473..f2fa448 100644 --- a/src/client/components/ComicDetail/RawFileDetails.tsx +++ b/src/client/components/ComicDetail/RawFileDetails.tsx @@ -38,6 +38,7 @@ export const RawFileDetails = (props): ReactElement => { +
{/* inferred metadata */} diff --git a/yarn.lock b/yarn.lock index 404f961..a11303c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7680,9 +7680,9 @@ decimal.js@^10.2.1: integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ== decode-uri-component@^0.2.0: - version "0.2.0" - resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" - integrity sha512-hjf+xovcEn31w/EUYdTXQh/8smFL/dzYjohQGEIgjyNavaJfBY2p5F527Bo1VPATxv0VYTUC2bOcXvqFwk78Og== + version "0.2.2" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9" + integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ== decompress-response@^3.2.0, decompress-response@^3.3.0: version "3.3.0"