Feature/settings support custom extension repos (#539)
* [Codegen] Support custom extension repos * [VersionMapping] Require server version "r1444" for preview
This commit is contained in:
@@ -302,6 +302,7 @@ export const UPDATER_MANGA_FIELDS = gql`
|
||||
export const FULL_EXTENSION_FIELDS = gql`
|
||||
fragment FULL_EXTENSION_FIELDS on ExtensionType {
|
||||
apkName
|
||||
repo
|
||||
hasUpdate
|
||||
iconUrl
|
||||
isInstalled
|
||||
@@ -473,6 +474,9 @@ export const SERVER_SETTINGS = gql`
|
||||
excludeEntryWithUnreadChapters
|
||||
autoDownloadAheadLimit
|
||||
|
||||
# extensions
|
||||
extensionRepos
|
||||
|
||||
# requests
|
||||
maxSourcesInParallel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user