forked from recloudstream/cloudstream
Merge branch 'master' of https://github.com/C10udburst/CloudStream-3
This commit is contained in:
commit
d167c9a3cb
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class InAppUpdater {
|
||||||
@JsonProperty("body") val body: String, // Desc
|
@JsonProperty("body") val body: String, // Desc
|
||||||
@JsonProperty("assets") val assets: List<GithubAsset>,
|
@JsonProperty("assets") val assets: List<GithubAsset>,
|
||||||
@JsonProperty("target_commitish") val target_commitish: String, // branch
|
@JsonProperty("target_commitish") val target_commitish: String, // branch
|
||||||
@JsonProperty("prerelease") var prerelease: Boolean,
|
@JsonProperty("prerelease") val prerelease: Boolean,
|
||||||
)
|
)
|
||||||
|
|
||||||
data class GithubObject(
|
data class GithubObject(
|
||||||
|
@ -293,4 +293,4 @@ class InAppUpdater {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue