mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
Removed old function argumement
This commit is contained in:
@@ -404,7 +404,7 @@ export const Controls: React.FC<Props> = ({
|
||||
|
||||
const switchOnEpisodeMode = () => {
|
||||
setEpisodeView(true);
|
||||
if (isPlaying) togglePlay(progress.value);
|
||||
if (isPlaying) togglePlay();
|
||||
};
|
||||
|
||||
const gotoEpisode = async (itemId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user