mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update internal url to fix watch progress
This commit is contained in:
parent
759ada5f41
commit
71922eaa40
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, mainUrl, TvType.TvSeries, episodeList) {
|
||||
return newTvSeriesLoadResponse(title, data.courseId, TvType.TvSeries, episodeList) {
|
||||
addPoster(poster)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue