mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 11:09:50 +00:00
Add HDHomeRun widget
- Tracking Channels, and HD Channels
This commit is contained in:
parent
4ddcaeae82
commit
1b00ac2e37
5 changed files with 58 additions and 0 deletions
15
src/widgets/hdhomerun/widget.js
Normal file
15
src/widgets/hdhomerun/widget.js
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue