mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: disabled mMovies
This commit is contained in:
parent
ec7b24052b
commit
d80ec53b09
15 changed files with 84 additions and 54 deletions
|
@ -623,7 +623,6 @@ open class Superstream : MainAPI() {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
private data class LinkData(
|
||||
val id: Int,
|
||||
val type: Int,
|
||||
|
@ -633,7 +632,6 @@ open class Superstream : MainAPI() {
|
|||
val imdbId: String?,
|
||||
)
|
||||
|
||||
|
||||
data class LinkDataProp(
|
||||
@JsonProperty("code") val code: Int? = null,
|
||||
@JsonProperty("msg") val msg: String? = null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue