mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
disable chillmovies
This commit is contained in:
parent
383908ec72
commit
22f5d9b30f
1 changed files with 22 additions and 22 deletions
|
@ -571,28 +571,28 @@ open class SoraStream : TmdbProvider() {
|
|||
// callback
|
||||
// )
|
||||
// },
|
||||
{
|
||||
invokeChillmovies0(
|
||||
chillmovies0API,
|
||||
"Chillmovies0",
|
||||
res.title,
|
||||
res.year,
|
||||
res.season,
|
||||
res.episode,
|
||||
callback
|
||||
)
|
||||
},
|
||||
{
|
||||
invokeChillmovies1(
|
||||
chillmovies1API,
|
||||
"Chillmovies1",
|
||||
res.title,
|
||||
res.year,
|
||||
res.season,
|
||||
res.episode,
|
||||
callback
|
||||
)
|
||||
},
|
||||
// {
|
||||
// invokeChillmovies0(
|
||||
// chillmovies0API,
|
||||
// "Chillmovies0",
|
||||
// res.title,
|
||||
// res.year,
|
||||
// res.season,
|
||||
// res.episode,
|
||||
// callback
|
||||
// )
|
||||
// },
|
||||
// {
|
||||
// invokeChillmovies1(
|
||||
// chillmovies1API,
|
||||
// "Chillmovies1",
|
||||
// res.title,
|
||||
// res.year,
|
||||
// res.season,
|
||||
// res.episode,
|
||||
// callback
|
||||
// )
|
||||
// },
|
||||
{
|
||||
if (!res.isAnime) invokeGammovies(
|
||||
gamMoviesAPI,
|
||||
|
|
Loading…
Reference in a new issue