mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-03 08:49:07 +00:00
preserving stream providers's id
This commit is contained in:
parent
7d6008b0a9
commit
c0540db282
1 changed files with 2 additions and 1 deletions
|
|
@ -207,7 +207,8 @@ const AndroidVideoPlayer: React.FC = () => {
|
||||||
playerState.duration,
|
playerState.duration,
|
||||||
playerState.paused,
|
playerState.paused,
|
||||||
traktAutosync,
|
traktAutosync,
|
||||||
controlsHook.seekToTime
|
controlsHook.seekToTime,
|
||||||
|
currentStreamProvider
|
||||||
);
|
);
|
||||||
|
|
||||||
const gestureControls = usePlayerGestureControls({
|
const gestureControls = usePlayerGestureControls({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue