mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
try fixing build
This commit is contained in:
parent
3def721d0d
commit
3b6bb6630b
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ open class SoraStream : TmdbProvider() {
|
|||
invokeMovieHab(res.id, res.season, res.episode, subtitleCallback, callback)
|
||||
},
|
||||
{
|
||||
invokeGogo(res.aniId, res.animeId, callback)
|
||||
if (res.aniId?.isNotEmpty() == true) invokeGogo(res.aniId, res.animeId, callback)
|
||||
})
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue