Skip to content

Commit

Permalink
fix attempt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed May 7, 2024
1 parent ef77965 commit b815bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/player/VideoPlayerProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export const VideoPlayerProvider = ({
});

useVideoEventListener(videoElement, "loadeddata", () => {

setPlayState("paused");
});

useVideoEventListener(videoElement, "error", (e) => {
Expand Down

0 comments on commit b815bc9

Please sign in to comment.