Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit c25dd62

Browse files
committed
Update StreamRecorder to use the correct broadcasting URL for live streams
1 parent 1cbf614 commit c25dd62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ async def update_recording_status(self):
375375
async with pool.acquire() as conn:
376376
async with conn.transaction():
377377
for host, stream in self.active_streams.items():
378-
link = f"https://hbniaudio.hbni.net/{host.replace('/', '')}"
378+
link = f"https://broadcasting.hbni.net/play_live/{host.replace('/', '')}"
379379
length = stream.get_time_since_started_recording()
380380
description = stream.description
381381
starting_time = stream.starting_time.strftime("%B %d %A %Y %I:%M %p")

0 commit comments

Comments
 (0)