Plex and Jellyfin widget (#713)

This commit is contained in:
Manuel
2023-02-15 22:12:49 +01:00
committed by GitHub
parent ca50cffe82
commit d157e986a1
20 changed files with 1129 additions and 236 deletions

View File

@@ -41,6 +41,8 @@ export type IntegrationType =
| 'deluge'
| 'qBittorrent'
| 'transmission'
| 'plex'
| 'jellyfin'
| 'nzbGet';
export type AppIntegrationType = {
@@ -79,6 +81,8 @@ export const integrationFieldProperties: {
nzbGet: ['username', 'password'],
qBittorrent: ['username', 'password'],
transmission: ['username', 'password'],
jellyfin: ['username', 'password'],
plex: ['apiKey'],
};
export type IntegrationFieldDefinitionType = {