feat(integration): add emby integration (#2466)
* feat(integration): add emby integration * fix: deepsource issue
This commit is contained in:
@@ -7,5 +7,5 @@ export const { componentLoader, definition } = createWidgetDefinition("mediaServ
|
||||
createOptions() {
|
||||
return {};
|
||||
},
|
||||
supportedIntegrations: ["jellyfin", "plex"],
|
||||
supportedIntegrations: ["jellyfin", "plex", "emby"],
|
||||
}).withDynamicImport(() => import("./component"));
|
||||
|
||||
Reference in New Issue
Block a user