mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
codefactor fix
This commit is contained in:
parent
e0490dc8ae
commit
1edf1fd176
1 changed files with 1 additions and 1 deletions
|
@ -2477,7 +2477,7 @@ class ResultViewModel2 : ViewModel() {
|
||||||
|
|
||||||
// restore range based on resume details
|
// restore range based on resume details
|
||||||
currentRanges[currentIndex]?.first {
|
currentRanges[currentIndex]?.first {
|
||||||
it.endEpisode >= (resume.episode ?: 0)
|
it.endEpisode >= resume.episode ?: 0
|
||||||
}?.apply {
|
}?.apply {
|
||||||
changeRange(this)
|
changeRange(this)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue