mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-01 10:02:56 +01:00
Added temporary fix
This commit is contained in:
@@ -318,7 +318,7 @@ export const Controls: React.FC<Props> = ({
|
||||
const minutes = Math.floor((progressInSeconds % 3600) / 60);
|
||||
const seconds = progressInSeconds % 60;
|
||||
setTime({ hours, minutes, seconds });
|
||||
}, 10),
|
||||
}, 3),
|
||||
[]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user