Skip to content

Commit

Permalink
fix: correctly skip the existing medias
Browse files Browse the repository at this point in the history
issue 88
  • Loading branch information
timgreen committed Mar 10, 2023
1 parent 56190e6 commit 983f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/actions/ankiconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export async function ankiConnectSync(
: await invoke({
action: "getMediaFilesNames",
version: 6,
request: { pattern: "" },
request: { pattern: "*" },
origin: config?.origin,
}),
);
Expand Down

0 comments on commit 983f700

Please sign in to comment.