Persist Torrent Stream when starting next episode

This commit is contained in:
skoruppa 2026-04-14 11:27:42 +02:00
parent 9d1c5858e7
commit 812ea8609e

View file

@ -677,6 +677,7 @@ internal fun PlayerRuntimeController.switchToEpisodeStream(stream: Stream, force
stopTorrentStream()
switchToEpisodeStreamCommon(stream, forcedTargetVideo)
launchTorrentSourceStream(stream, infoHash, loadSavedProgress = true)
persistTorrentStreamForReuse(stream)
return
}