feat(api): add severType to the api

BREAKING CHANGE: This adds a serverType to the `/auth/jellyfin` which requires a serverType to be
set (`jellyfin`/`emby`)
This commit is contained in:
fallenbagel
2024-03-14 00:52:16 +05:00
parent 504d8bd5fe
commit a4f1f1203a

View File

@@ -3573,6 +3573,8 @@ paths:
type: string
email:
type: string
serverType:
type: string
required:
- username
- password