mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Exclude ServerConfig.extensionStores from GraphQL
This commit is contained in:
@@ -1120,6 +1120,7 @@ class ServerConfig(
|
|||||||
group = SettingGroup.EXTENSION,
|
group = SettingGroup.EXTENSION,
|
||||||
privacySafe = true,
|
privacySafe = true,
|
||||||
defaultValue = emptyList(),
|
defaultValue = emptyList(),
|
||||||
|
requiresRestart = true,
|
||||||
itemValidator = { url ->
|
itemValidator = { url ->
|
||||||
if (url.isNotEmpty()) {
|
if (url.isNotEmpty()) {
|
||||||
null
|
null
|
||||||
|
|||||||
Reference in New Issue
Block a user