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

Commit 73e5ae7

Browse files
committed
Update StreamRecorder to include genre check for private streams
1 parent e74882c commit 73e5ae7

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
@@ -339,7 +339,7 @@ def run(self):
339339
description = source.get("server_description", "No description")
340340
title = host.title()
341341
icecast_source = "https://hbniaudio.hbni.net"
342-
is_private = source.get("is_private", False)
342+
is_private = source.get("is_private", False) or source.get("genre", "various") == "private"
343343
is_recording = source.get("genre", "various") == "RECORDING"
344344

345345
if (

0 commit comments

Comments
 (0)