Merge pull request #496 from stuffinator/pyload_widget

Add Pyload widget
This commit is contained in:
shamoon
2022-11-08 13:24:45 -08:00
committed by GitHub
6 changed files with 133 additions and 0 deletions

View File

@@ -21,6 +21,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";
@@ -62,6 +63,7 @@ const widgets = {
portainer,
prowlarr,
proxmox,
pyload,
qbittorrent,
radarr,
readarr,