feat: plex integration (#1342)

* feat: plex integration

* feat: plex integration

* fix: DeepSource error

* fix: lint error

* fix: pnpm-lock

* fix: lint error

* fix: errors

* fix: pnpm-lock

* fix: reviewed changes

* fix: reviewed changes

* fix: reviewed changes

* fix: pnpm-lock
This commit is contained in:
Yossi Hillali
2024-10-23 17:18:55 +03:00
committed by GitHub
parent d4919dc908
commit cf9b0581a4
7 changed files with 190 additions and 12 deletions

View File

@@ -5,5 +5,5 @@ import { createWidgetDefinition } from "../definition";
export const { componentLoader, definition } = createWidgetDefinition("mediaServer", {
icon: IconVideo,
options: {},
supportedIntegrations: ["jellyfin"],
supportedIntegrations: ["jellyfin", "plex"],
}).withDynamicImport(() => import("./component"));