Add Pyload widget

This commit is contained in:
stuffinator 2022-11-06 11:05:31 +01:00
parent 49a764e864
commit 5b21444c2e
7 changed files with 88 additions and 0 deletions

View file

@ -20,6 +20,7 @@ import plex from "./plex/widget";
import portainer from "./portainer/widget";
import prowlarr from "./prowlarr/widget";
import proxmox from "./proxmox/widget";
import pyload from "./pyload/widget";
import qbittorrent from "./qbittorrent/widget";
import radarr from "./radarr/widget";
import readarr from "./readarr/widget";
@ -58,6 +59,7 @@ const widgets = {
portainer,
prowlarr,
proxmox,
pyload,
qbittorrent,
radarr,
readarr,