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
commit b719a9f6a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,