Feature: stash widget (#2238) (#2984)

This commit is contained in:
Zerebos 2024-02-23 09:02:11 -05:00 committed by shamoon
parent 45a9e2a6da
commit 8157b03380
7 changed files with 142 additions and 0 deletions

View file

@ -89,6 +89,7 @@ import sabnzbd from "./sabnzbd/widget";
import scrutiny from "./scrutiny/widget";
import sonarr from "./sonarr/widget";
import speedtest from "./speedtest/widget";
import stash from "./stash/widget";
import strelaysrv from "./strelaysrv/widget";
import tailscale from "./tailscale/widget";
import tautulli from "./tautulli/widget";
@ -201,6 +202,7 @@ const widgets = {
scrutiny,
sonarr,
speedtest,
stash,
strelaysrv,
tailscale,
tautulli,