small fix

This commit is contained in:
hexated 2023-09-01 18:15:36 +07:00
parent 414d672109
commit 62d9783705
1 changed files with 2 additions and 2 deletions

View File

@ -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(