Plex service widget without Tautulli

This commit is contained in:
Michael Shamoon 2022-10-10 00:31:50 -07:00
parent 91795f2d07
commit 2440da8e08
8 changed files with 182 additions and 1 deletions

View file

@ -13,6 +13,7 @@ import nzbget from "./nzbget/widget";
import ombi from "./ombi/widget";
import overseerr from "./overseerr/widget";
import pihole from "./pihole/widget";
import plex from "./plex/widget";
import portainer from "./portainer/widget";
import prowlarr from "./prowlarr/widget";
import proxmox from "./proxmox/widget";
@ -46,6 +47,7 @@ const widgets = {
ombi,
overseerr,
pihole,
plex,
portainer,
prowlarr,
proxmox,