We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6482960 commit 1aa2838Copy full SHA for 1aa2838
Xcine/src/main/kotlin/com/bnyro/XCineBase.kt
@@ -77,7 +77,7 @@ abstract class XCineBase : MainAPI() {
77
val type = if (res.tv == 1) "tv" else "movie"
78
79
val recommendations =
80
- app.get("$mainAPI/data/related_movies/?lang=2&cat=$type&_id=$url&server=0")
+ app.get("$mainAPI/data/related_movies/?lang=2&cat=$type&_id=$id")
81
.parsed<RecommendationsResponse>()
82
.mapNotNull { it.toSearchResponse() }
83
0 commit comments