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
414d672109
commit
62d9783705
1 changed files with 2 additions and 2 deletions
|
@ -65,8 +65,8 @@ data class HdMovieBoxIframe(
|
|||
|
||||
data class ResponseHash(
|
||||
@JsonProperty("embed_url") val embed_url: String,
|
||||
@JsonProperty("key") val key: String,
|
||||
@JsonProperty("type") val type: String?,
|
||||
@JsonProperty("key") val key: String? = null,
|
||||
@JsonProperty("type") val type: String? = null,
|
||||
)
|
||||
|
||||
data class KisskhSources(
|
||||
|
|
Loading…
Reference in a new issue