try fixing build

This commit is contained in:
hexated 2022-10-22 00:32:15 +07:00
parent 3439532acb
commit aeb9a2cc32
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})