mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
minor fix
This commit is contained in:
parent
52647f8abe
commit
83ff8193a5
1 changed files with 2 additions and 1 deletions
|
|
@ -738,6 +738,7 @@ export function useTraktAutosync(options: TraktAutosyncOptions) {
|
||||||
handleProgressUpdate,
|
handleProgressUpdate,
|
||||||
handlePlaybackEnd,
|
handlePlaybackEnd,
|
||||||
resumeSession,
|
resumeSession,
|
||||||
resetState
|
resetState,
|
||||||
|
isSessionComplete: () => isSessionComplete.current
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue