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