added tdarr widget

This commit is contained in:
Rickey Shideler 2022-12-16 18:31:26 +00:00 committed by Michael Shamoon
parent e7b0fc1419
commit aaa1f76176
6 changed files with 120 additions and 0 deletions

View file

@ -38,6 +38,7 @@ import sonarr from "./sonarr/widget";
import speedtest from "./speedtest/widget";
import strelaysrv from "./strelaysrv/widget";
import tautulli from "./tautulli/widget";
import tdarr from "./tdarr/widget";
import traefik from "./traefik/widget";
import transmission from "./transmission/widget";
import tubearchivist from "./tubearchivist/widget";
@ -87,6 +88,7 @@ const widgets = {
speedtest,
strelaysrv,
tautulli,
tdarr,
traefik,
transmission,
tubearchivist,