Add Lidarr as a recognized widget type

This commit is contained in:
Jason Fischer 2022-09-27 21:22:26 -07:00
parent bb5721c473
commit 550af91030
No known key found for this signature in database
2 changed files with 3 additions and 0 deletions

View file

@ -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,