mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
rename hdhomerun lineup endpoint
This commit is contained in:
parent
b5d5b7c552
commit
fe4a967a15
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ export default function Component({ service }) {
|
|||
|
||||
const { widget } = service;
|
||||
|
||||
const { data: channelsData, error: channelsError } = useWidgetAPI(widget, "lineup.json");
|
||||
const { data: channelsData, error: channelsError } = useWidgetAPI(widget, "lineup");
|
||||
|
||||
if (channelsError) {
|
||||
return <Container error={t("widget.api_error")} />;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue