mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-17 03:10:23 +01:00
Removed old function argumement
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user