mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Fix to load (#72)
This commit is contained in:
parent
6b9070b9be
commit
fffb56ca4d
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class SkillShareProvider : MainAPI() { // all providers must be an instance of M
|
|||
Episode(episode.url ?: "", episode.title, 1, index)
|
||||
}
|
||||
|
||||
return newTvSeriesLoadResponse(title, data.courseId ?: return null, TvType.TvSeries, episodeList) {
|
||||
return newTvSeriesLoadResponse(title, url, TvType.TvSeries, episodeList) {
|
||||
addPoster(poster)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue