Skip to content
Snippets Groups Projects
Commit 7b2c6967 authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

fix: remove clearPodcast API method

parent 614a541d
No related branches found
No related tags found
No related merge requests found
......@@ -63,9 +63,4 @@ export class API implements IAPI {
stop(): void {
isPaused.update((_) => true);
}
clearPodcast(): void {
//@ts-ignore
currentEpisode.update((_) => null);
}
}
......@@ -9,5 +9,4 @@ export interface IAPI {
getPodcastTimeFormatted(format: string, linkify?: boolean): string;
start(): void;
stop(): void;
clearPodcast(): void;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment