mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
small fix for multi request
This commit is contained in:
parent
c10ec34ab8
commit
9e67e856a0
1 changed files with 4 additions and 2 deletions
|
@ -166,7 +166,8 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
isActive = true
|
||||
setPlayerDimen(null)
|
||||
setTitle()
|
||||
hasRequestedStamps = false
|
||||
if (!sameEpisode)
|
||||
hasRequestedStamps = false
|
||||
|
||||
loadExtractorJob(link.first)
|
||||
// load player
|
||||
|
@ -186,7 +187,8 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
),
|
||||
)
|
||||
}
|
||||
player.addTimeStamps(listOf()) // clear stamps
|
||||
if (!sameEpisode)
|
||||
player.addTimeStamps(listOf()) // clear stamps
|
||||
}
|
||||
|
||||
private fun sortLinks(useQualitySettings: Boolean = true): List<Pair<ExtractorLink?, ExtractorUri?>> {
|
||||
|
|
Loading…
Reference in a new issue