Persist Torrent Stream when starting next episode
This commit is contained in:
parent
9d1c5858e7
commit
812ea8609e
1 changed files with 1 additions and 0 deletions
|
|
@ -677,6 +677,7 @@ internal fun PlayerRuntimeController.switchToEpisodeStream(stream: Stream, force
|
|||
stopTorrentStream()
|
||||
switchToEpisodeStreamCommon(stream, forcedTargetVideo)
|
||||
launchTorrentSourceStream(stream, infoHash, loadSavedProgress = true)
|
||||
persistTorrentStreamForReuse(stream)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue