add jellyseerr integration

This commit is contained in:
ilusi0n 2022-08-28 11:22:43 +01:00
parent 952c58bd29
commit c4ab3eb992
2 changed files with 53 additions and 0 deletions

View file

@ -10,6 +10,7 @@ import Rutorrent from "./widgets/service/rutorrent";
import Jellyfin from "./widgets/service/jellyfin";
import Speedtest from "./widgets/service/speedtest";
import Traefik from "./widgets/service/traefik";
import Jellyseerr from "./widgets/service/jellyseerr";
const widgetMappings = {
docker: Docker,
@ -24,6 +25,7 @@ const widgetMappings = {
rutorrent: Rutorrent,
speedtest: Speedtest,
traefik: Traefik,
jellyseerr: Jellyseerr
};
export default function Widget({ service }) {