Chat monitors stream to end

This commit is contained in:
MaddoScientisto 2026-02-11 13:23:14 +01:00
commit 38d51636af
4 changed files with 89 additions and 1 deletions

View file

@ -1088,6 +1088,7 @@ class TwitchArchiveManager:
archiver.downloader.start_chat_downloader_thread(
archiver.username, chat_json_path,
shutdown_check=lambda: self.shutdown_requested or archiver.shutdown_requested,
stream_monitor=archiver.stream_monitor,
verbose=self.verbose
)
except Exception as e:
@ -1116,6 +1117,7 @@ class TwitchArchiveManager:
archiver.downloader.start_chat_downloader_thread(
archiver.username, chat_json_path,
shutdown_check=lambda: self.shutdown_requested or archiver.shutdown_requested,
stream_monitor=archiver.stream_monitor,
verbose=self.verbose or self.chat_only
)
# Wait for completion