Merge branch 'main' into add-jackett-widget

This commit is contained in:
Jason Fischer 2022-09-14 10:50:53 -07:00
commit 5009f9d3f2
29 changed files with 551 additions and 80 deletions

View file

@ -47,7 +47,7 @@ const widgetMappings = {
tautulli: Tautulli,
gotify: Gotify,
prowlarr: Prowlarr,
jackett: Jackett
jackett: Jackett,
};
export default function Widget({ service }) {