mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
filman.cc fixed
This commit is contained in:
parent
54cd44179d
commit
47745ec9e3
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ class FilmanProvider : MainAPI() {
|
|||
)
|
||||
}
|
||||
}
|
||||
episodes.sortBy { (it.season?.times(10000) ?: 0) + (it.episode ?: 0) }
|
||||
return TvSeriesLoadResponse(
|
||||
title,
|
||||
url,
|
||||
|
|
Loading…
Reference in a new issue