mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update GeneratorPlayer.kt
This commit is contained in:
parent
d7a9c84936
commit
1bc93a48a8
1 changed files with 0 additions and 1 deletions
|
@ -265,7 +265,6 @@ class GeneratorPlayer : FullScreenPlayer() {
|
||||||
|
|
||||||
when (val newMeta = currentMeta) {
|
when (val newMeta = currentMeta) {
|
||||||
is ResultEpisode -> {
|
is ResultEpisode -> {
|
||||||
Log.d("King", "TempMeta => $newMeta")
|
|
||||||
if (!newMeta.tvType.isMovieType()) {
|
if (!newMeta.tvType.isMovieType()) {
|
||||||
meta.episode = newMeta.episode
|
meta.episode = newMeta.episode
|
||||||
meta.season = newMeta.seasonIndex
|
meta.season = newMeta.seasonIndex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue