This commit is contained in:
doms9 2026-02-20 19:07:08 -05:00
parent 23d380d3fd
commit 00000d98d9
3 changed files with 3 additions and 3 deletions

View file

@ -36,7 +36,7 @@ async def process_event(url: str, url_num: int) -> str | None:
log.info(f"URL {url_num}) Captured M3U8")
return f"http://origin.thetvapp.to/hls/{channel_name.strip().upper()}/mono.m3u8"
return f"http://origin.thetvapp.to/hls/{channel_name.strip()}/mono.m3u8"
async def get_events() -> list[dict[str, str]]: