mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-16 02:06:21 +01:00
✨ Plex and Jellyfin widget (#713)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user