mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 22:42:17 +00:00
fix(player): preserve stream loading during external prep
This commit is contained in:
parent
7efdf52748
commit
c388bd45d2
1 changed files with 4 additions and 2 deletions
|
|
@ -2325,8 +2325,10 @@ private fun MainAppContent(
|
|||
)
|
||||
|
||||
if (!forceInternal && (forceExternal || playerSettings.externalPlayerEnabled)) {
|
||||
coroutineScope.launch { openExternalPlayback(playerLaunch) }
|
||||
StreamsRepository.cancelLoading()
|
||||
streamRouteScope.launch {
|
||||
openExternalPlayback(playerLaunch)
|
||||
StreamsRepository.cancelLoading()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue