Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Mar 14, 2022
1 parent f6111e1 commit f86f6a5
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/VideoPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,10 @@ export const VideoPlayer = (props: VideoPlayerProps) => {
onError,
onBack,
onEnd,
onEnterFullscreen = () => {
},
onExitFullscreen = () => {
},
onHideControls = () => {
},
onShowControls = () => {
},
onEnterFullscreen = () => {},
onExitFullscreen = () => {},
onHideControls = () => {},
onShowControls = () => {},
onPause,
onPlay,
onLoad,
Expand Down

0 comments on commit f86f6a5

Please sign in to comment.