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

@ -0,0 +1,15 @@
import genericProxyHandler from "utils/proxy/handlers/generic";
import { jsonArrayFilter } from "utils/proxy/api-helpers";
const widget = {
api: "{url}/{endpoint}",
proxyHandler: genericProxyHandler,
mappings: {
"lineup.json": {
endpoint: "lineup.json",
}
},
};
export default widget;