mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
fix: miss supportUri
This commit is contained in:
parent
884d7b044e
commit
37df013259
|
@ -306,7 +306,7 @@ data class SubscriptionRaw(
|
||||||
version = getInt(rootJson, "version") ?: error("miss subscription.version"),
|
version = getInt(rootJson, "version") ?: error("miss subscription.version"),
|
||||||
author = getString(rootJson, "author"),
|
author = getString(rootJson, "author"),
|
||||||
updateUrl = getString(rootJson, "updateUrl"),
|
updateUrl = getString(rootJson, "updateUrl"),
|
||||||
supportUri = getString(rootJson, "supportUrl"),
|
supportUri = getString(rootJson, "supportUri"),
|
||||||
apps = rootJson["apps"]?.jsonArray?.mapIndexed { index, jsonElement ->
|
apps = rootJson["apps"]?.jsonArray?.mapIndexed { index, jsonElement ->
|
||||||
jsonToAppRaw(
|
jsonToAppRaw(
|
||||||
jsonElement.jsonObject, index
|
jsonElement.jsonObject, index
|
||||||
|
|
Loading…
Reference in New Issue
Block a user