Skip to content

Commit

Permalink
kuramanime: Child's Play
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 21, 2024
1 parent 23c51e1 commit 1d49234
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KuramanimeProvider/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// use an integer for version numbers
version = 36
version = 37


cloudstream {
Expand Down
2 changes: 1 addition & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraStream.kt
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ open class SoraStream : TmdbProvider() {
// invokeMMovies(res.title, res.season, res.episode, subtitleCallback, callback)
// },
{
invokeMoflix(res.id, res.season, res.episode, callback)
if (!res.isAnime) invokeMoflix(res.id, res.season, res.episode, callback)
},
)

Expand Down
2 changes: 1 addition & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraStreamLite.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class SoraStreamLite : SoraStream() {

argamap(
{
invokeMoflix(res.id, res.season, res.episode, callback)
if (!res.isAnime) invokeMoflix(res.id, res.season, res.episode, callback)
},
{
if (!res.isAnime) invokeWatchsomuch(
Expand Down

0 comments on commit 1d49234

Please sign in to comment.