Add BaseUris: string[] field to MangaConnector, to match Connector to uri

This commit is contained in:
2024-10-18 00:48:46 +02:00
parent 6a4d454a08
commit d4af068f0e
11 changed files with 14 additions and 11 deletions

View File

@ -3,7 +3,8 @@
```
{
"name": string,
"SupportedLanguages": string[]
"SupportedLanguages": string[],
"BaseUris": stirng[]
}
```