mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +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"),
|
||||
author = getString(rootJson, "author"),
|
||||
updateUrl = getString(rootJson, "updateUrl"),
|
||||
supportUri = getString(rootJson, "supportUrl"),
|
||||
supportUri = getString(rootJson, "supportUri"),
|
||||
apps = rootJson["apps"]?.jsonArray?.mapIndexed { index, jsonElement ->
|
||||
jsonToAppRaw(
|
||||
jsonElement.jsonObject, index
|
||||
|
|
Loading…
Reference in New Issue
Block a user