Synology Diskstation widget : initial commit

This commit is contained in:
Benoit 2023-01-22 11:51:04 +01:00
parent cdbdb86c9e
commit 2b3d4b388a
6 changed files with 177 additions and 2 deletions

View file

@ -5,6 +5,7 @@ import bazarr from "./bazarr/widget";
import changedetectionio from "./changedetectionio/widget";
import coinmarketcap from "./coinmarketcap/widget";
import deluge from "./deluge/widget";
import diskstation from "./diskstation/widget";
import downloadstation from "./downloadstation/widget";
import emby from "./emby/widget";
import flood from "./flood/widget";
@ -63,7 +64,7 @@ const widgets = {
changedetectionio,
coinmarketcap,
deluge,
diskstation: downloadstation,
diskstation,
downloadstation,
emby,
flood,