mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
5f21f5118d
commit
5fe071e03e
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ open class SoraStream : TmdbProvider() {
|
|||
request: MainPageRequest
|
||||
): HomePageResponse {
|
||||
val adultQuery =
|
||||
if (settingsForProvider.enableAdult) "" else "&without_keywords=190370|13059|226161|195669"
|
||||
if (settingsForProvider.enableAdult) "" else "&without_keywords=190370|13059|226161|195669|190370"
|
||||
val type = if (request.data.contains("/movie")) "movie" else "tv"
|
||||
val home = app.get("${request.data}$adultQuery&page=$page")
|
||||
.parsedSafe<Results>()?.results
|
||||
|
|
Loading…
Reference in a new issue