Add HDHomeRun widget

- Tracking Channels, and HD Channels
This commit is contained in:
Don Reece 2022-11-04 13:46:01 -04:00 committed by Michael Shamoon
parent 4ddcaeae82
commit 1b00ac2e37
5 changed files with 58 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import coinmarketcap from "./coinmarketcap/widget";
import emby from "./emby/widget";
import gluetun from "./gluetun/widget";
import gotify from "./gotify/widget";
import hdhomerun from "./hdhomerun/widget";
import homebridge from "./homebridge/widget";
import jackett from "./jackett/widget";
import jellyseerr from "./jellyseerr/widget";
@ -49,6 +50,7 @@ const widgets = {
emby,
gluetun,
gotify,
hdhomerun,
homebridge,
jackett,
jellyfin: emby,