From 207cc4d54a559a43ff112d7d9781ed6a9d70da44 Mon Sep 17 00:00:00 2001 From: hexated Date: Tue, 7 Feb 2023 11:24:39 +0700 Subject: [PATCH] disable chillmovies --- .../src/main/kotlin/com/hexated/SoraStream.kt | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt index b3c11166..188681b3 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraStream.kt @@ -571,28 +571,28 @@ open class SoraStream : TmdbProvider() { // callback // ) // }, - { - invokeChillmovies0( - chillmovies0API, - "Chillmovies0", - res.title, - res.year, - res.season, - res.episode, - callback - ) - }, - { - invokeChillmovies1( - chillmovies1API, - "Chillmovies1", - res.title, - res.year, - res.season, - res.episode, - callback - ) - }, +// { +// invokeChillmovies0( +// chillmovies0API, +// "Chillmovies0", +// res.title, +// res.year, +// res.season, +// res.episode, +// callback +// ) +// }, +// { +// invokeChillmovies1( +// chillmovies1API, +// "Chillmovies1", +// res.title, +// res.year, +// res.season, +// res.episode, +// callback +// ) +// }, { if (!res.isAnime) invokeGammovies( gamMoviesAPI,