mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Use Season index to search Subs
This commit is contained in:
parent
ee4d1dedc5
commit
d7a9c84936
1 changed files with 2 additions and 1 deletions
|
@ -265,9 +265,10 @@ class GeneratorPlayer : FullScreenPlayer() {
|
|||
|
||||
when (val newMeta = currentMeta) {
|
||||
is ResultEpisode -> {
|
||||
Log.d("King", "TempMeta => $newMeta")
|
||||
if (!newMeta.tvType.isMovieType()) {
|
||||
meta.episode = newMeta.episode
|
||||
meta.season = newMeta.season
|
||||
meta.season = newMeta.seasonIndex
|
||||
}
|
||||
meta.name = newMeta.headerName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue