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 => { +