mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
changed json property prerelease to val
This commit is contained in:
parent
8f511a8707
commit
cb12c76ee6
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ class InAppUpdater {
|
|||
@JsonProperty("body") val body: String, // Desc
|
||||
@JsonProperty("assets") val assets: List<GithubAsset>,
|
||||
@JsonProperty("target_commitish") val target_commitish: String, // branch
|
||||
@JsonProperty("prerelease") var prerelease: Boolean,
|
||||
@JsonProperty("prerelease") val prerelease: Boolean,
|
||||
)
|
||||
|
||||
data class Update(
|
||||
|
@ -283,4 +283,4 @@ class InAppUpdater {
|
|||
return false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue