mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
[Bug] Fix year not set correctly on TvSeries on Sflix (#888)
This commit is contained in:
parent
6d2c609246
commit
3be125f12a
1 changed files with 2 additions and 2 deletions
|
@ -541,8 +541,8 @@ open class SflixProvider : MainAPI() {
|
|||
this@SflixProvider.name,
|
||||
TvType.Movie,
|
||||
posterUrl,
|
||||
year = null,
|
||||
episodes = year,
|
||||
year = year,
|
||||
episodes = null,
|
||||
quality = quality
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue