Merge pull request #715 from benphelps/diskstation-to-downloadstation

Chore: rename diskstation to downloadstation
This commit is contained in:
shamoon
2022-12-23 08:46:37 -08:00
committed by GitHub
6 changed files with 18 additions and 17 deletions

View File

@@ -5,7 +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";
import gluetun from "./gluetun/widget";
@@ -57,7 +57,8 @@ const widgets = {
changedetectionio,
coinmarketcap,
deluge,
diskstation,
diskstation: downloadstation,
downloadstation,
emby,
flood,
gluetun,