Removed old function argumement

This commit is contained in:
Alex Kim
2024-12-10 20:22:41 +11:00
parent d9f21e6824
commit 93bd817eaf

View File

@@ -404,7 +404,7 @@ export const Controls: React.FC<Props> = ({
const switchOnEpisodeMode = () => { const switchOnEpisodeMode = () => {
setEpisodeView(true); setEpisodeView(true);
if (isPlaying) togglePlay(progress.value); if (isPlaying) togglePlay();
}; };
const gotoEpisode = async (itemId: string) => { const gotoEpisode = async (itemId: string) => {