mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +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.paused,
|
||||
traktAutosync,
|
||||
controlsHook.seekToTime
|
||||
controlsHook.seekToTime,
|
||||
currentStreamProvider
|
||||
);
|
||||
|
||||
const gestureControls = usePlayerGestureControls({
|
||||
|
|
|
|||
Loading…
Reference in a new issue