[Bug] Fix year not set correctly on TvSeries on Sflix (#888)

This commit is contained in:
Jace 2022-04-02 20:13:30 +08:00 committed by GitHub
parent 6d2c609246
commit 3be125f12a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -541,8 +541,8 @@ open class SflixProvider : MainAPI() {
this@SflixProvider.name,
TvType.Movie,
posterUrl,
year = null,
episodes = year,
year = year,
episodes = null,
quality = quality
)
}