feat(settings): add simple-ping settings (#2118)
This commit is contained in:
@@ -4,6 +4,8 @@ import { createWidgetDefinition } from "../definition";
|
||||
|
||||
export const { componentLoader, definition } = createWidgetDefinition("mediaServer", {
|
||||
icon: IconVideo,
|
||||
options: {},
|
||||
createOptions() {
|
||||
return {};
|
||||
},
|
||||
supportedIntegrations: ["jellyfin", "plex"],
|
||||
}).withDynamicImport(() => import("./component"));
|
||||
|
||||
Reference in New Issue
Block a user