Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
dumka committed Jul 31, 2023
1 parent b180cd8 commit cb670e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/URIHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default async function podNotesURIHandler(
}

const decodedUrl = url.replace(/\+/g, " ");
const localFile = app.vault.getAbstractFileByPath(decodedUrl);
const localFile = app.vault.getAbstractFileByPath(decodedUrl);

let episode: Episode | undefined;

Expand Down

0 comments on commit cb670e2

Please sign in to comment.