Fix to load (#72)

This commit is contained in:
contusionglory 2022-12-26 11:26:34 +00:00 committed by GitHub
parent 6b9070b9be
commit fffb56ca4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class SkillShareProvider : MainAPI() { // all providers must be an instance of M
Episode(episode.url ?: "", episode.title, 1, index) 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) addPoster(poster)
} }
} }