Skip to content

Commit 7246a54

Browse files
committed
Remove use of deprecated properties
1 parent c21b650 commit 7246a54

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

example/src/App.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ const playerConfig: PlayerConfiguration = {
8282
mediaSessionEnabled: true,
8383
skipForwardInterval: 30,
8484
skipBackwardInterval: 10,
85-
convertSkipToSeek: true,
86-
allowLivePlayPause: true,
87-
seekToLiveOnResume: true,
85+
allowLivePlayPause: false,
8886
},
8987
ads: {
9088
theoads: true,

0 commit comments

Comments
 (0)