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,6 +166,7 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
isActive = true
|
||||
setPlayerDimen(null)
|
||||
setTitle()
|
||||
if (!sameEpisode)
|
||||
hasRequestedStamps = false
|
||||
|
||||
loadExtractorJob(link.first)
|
||||
|
@ -186,6 +187,7 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
),
|
||||
)
|
||||
}
|
||||
if (!sameEpisode)
|
||||
player.addTimeStamps(listOf()) // clear stamps
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue