mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added trailer Sora
This commit is contained in:
parent
bc9f2d8165
commit
76d996e442
1 changed files with 9 additions and 9 deletions
|
@ -354,15 +354,15 @@ open class SoraStream : TmdbProvider() {
|
|||
{
|
||||
invokeMovieHab(res.id, res.season, res.episode, subtitleCallback, callback)
|
||||
},
|
||||
{
|
||||
invokeDatabaseGdrive(
|
||||
res.imdbId,
|
||||
res.season,
|
||||
res.episode,
|
||||
subtitleCallback,
|
||||
callback
|
||||
)
|
||||
},
|
||||
// {
|
||||
// invokeDatabaseGdrive(
|
||||
// res.imdbId,
|
||||
// res.season,
|
||||
// res.episode,
|
||||
// subtitleCallback,
|
||||
// callback
|
||||
// )
|
||||
// },
|
||||
{
|
||||
if (res.aniId?.isNotEmpty() == true) invokeGogo(res.aniId, res.animeId, callback)
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue