Merge pull request #551 from JazzFisch/add-deluge

This commit is contained in:
shamoon 2022-11-26 12:22:22 -08:00 committed by GitHub
commit ff27d90a54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 240 additions and 88 deletions

View file

@ -4,6 +4,7 @@ import autobrr from "./autobrr/widget";
import bazarr from "./bazarr/widget";
import changedetectionio from "./changedetectionio/widget";
import coinmarketcap from "./coinmarketcap/widget";
import deluge from "./deluge/widget";
import emby from "./emby/widget";
import gluetun from "./gluetun/widget";
import gotify from "./gotify/widget";
@ -49,6 +50,7 @@ const widgets = {
bazarr,
changedetectionio,
coinmarketcap,
deluge,
emby,
gluetun,
gotify,