Update internal url to fix watch progress

This commit is contained in:
LagradOst 2022-12-24 19:38:41 +01:00 committed by GitHub
parent 759ada5f41
commit 71922eaa40
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, mainUrl, TvType.TvSeries, episodeList) {
return newTvSeriesLoadResponse(title, data.courseId, TvType.TvSeries, episodeList) {
addPoster(poster)
}
}