Add Lidarr as a recognized widget type
This commit is contained in:
parent
bb5721c473
commit
550af91030
2 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ const components = {
|
|||
jackett: dynamic(() => import("./jackett/component")),
|
||||
jellyfin: dynamic(() => import("./emby/component")),
|
||||
jellyseerr: dynamic(() => import("./jellyseerr/component")),
|
||||
lidarr: dynamic(() => import("./lidarr/component")),
|
||||
mastodon: dynamic(() => import("./mastodon/component")),
|
||||
npm: dynamic(() => import("./npm/component")),
|
||||
nzbget: dynamic(() => import("./nzbget/component")),
|
||||
|
|
|
@ -6,6 +6,7 @@ import emby from "./emby/widget";
|
|||
import gotify from "./gotify/widget";
|
||||
import jackett from "./jackett/widget";
|
||||
import jellyseerr from "./jellyseerr/widget";
|
||||
import lidarr from "./lidarr/widget";
|
||||
import mastodon from "./mastodon/widget";
|
||||
import npm from "./npm/widget";
|
||||
import nzbget from "./nzbget/widget";
|
||||
|
@ -36,6 +37,7 @@ const widgets = {
|
|||
jackett,
|
||||
jellyfin: emby,
|
||||
jellyseerr,
|
||||
lidarr,
|
||||
mastodon,
|
||||
npm,
|
||||
nzbget,
|
||||
|
|
Loading…
Add table
Reference in a new issue