Fix to load

This commit is contained in:
contusionglory 2022-12-26 11:25:37 +00:00 committed by GitHub
parent 6b9070b9be
commit 0f7d569ada
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)
}
return newTvSeriesLoadResponse(title, data.courseId ?: return null, TvType.TvSeries, episodeList) {
return newTvSeriesLoadResponse(title, url, TvType.TvSeries, episodeList) {
addPoster(poster)
}
}