2
0

Add docs types LibraryConnector

This commit is contained in:
Glax 2024-10-20 18:53:03 +02:00
parent f57667bc8f
commit 582b3af89c

View File

@ -123,6 +123,17 @@
## LibraryConnector ## LibraryConnector
``` ```
{ {
"libraryType": number, //see LibraryType
"baseUrl": string,
"auth": string
}
```
## LibraryType
```
{
Komga = 0,
Kavita = 1
} }
``` ```