sora: tiny fix

This commit is contained in:
hexated 2023-06-05 13:00:58 +07:00
parent aa4f49a5e7
commit ddb27dd4b3
2 changed files with 2 additions and 2 deletions

View file

@ -567,7 +567,7 @@ open class SoraStream : TmdbProvider() {
) )
}, },
{ {
invokeUpcloud( if (!res.isAnime) invokeUpcloud(
res.imdbId, res.imdbId,
res.season, res.season,
res.episode, res.episode,

View file

@ -198,7 +198,7 @@ class SoraStreamLite : SoraStream() {
) )
}, },
{ {
invokeUpcloud( if (!res.isAnime) invokeUpcloud(
res.imdbId, res.imdbId,
res.season, res.season,
res.episode, res.episode,