feat(integration): add emby integration (#2466)

* feat(integration): add emby integration

* fix: deepsource issue
This commit is contained in:
Meier Lukas
2025-03-02 10:56:01 +01:00
committed by GitHub
parent d66610b324
commit 7dfc3646b7
5 changed files with 155 additions and 24 deletions

View File

@@ -7,5 +7,5 @@ export const { componentLoader, definition } = createWidgetDefinition("mediaServ
createOptions() {
return {};
},
supportedIntegrations: ["jellyfin", "plex"],
supportedIntegrations: ["jellyfin", "plex", "emby"],
}).withDynamicImport(() => import("./component"));