Add scrutiny widget

This commit is contained in:
Niklas 2022-11-23 15:27:04 +01:00
parent c8d0b5ac4b
commit 16561bac79
5 changed files with 62 additions and 0 deletions

View file

@ -29,6 +29,7 @@ import radarr from "./radarr/widget";
import readarr from "./readarr/widget";
import rutorrent from "./rutorrent/widget";
import sabnzbd from "./sabnzbd/widget";
import scrutiny from "./scrutiny/widget";
import sonarr from "./sonarr/widget";
import speedtest from "./speedtest/widget";
import strelaysrv from "./strelaysrv/widget";
@ -73,6 +74,7 @@ const widgets = {
readarr,
rutorrent,
sabnzbd,
scrutiny,
sonarr,
speedtest,
strelaysrv,