Skip to content

Commit 23c4ef5

Browse files
Fix "Manage Broadcast" selection button if stream fails to start
1 parent ed6bd03 commit 23c4ef5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UI/window-basic-main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6997,6 +6997,12 @@ void OBSBasic::StreamingStop(int code, QString last_error)
69976997
youtubeAppDock->IngestionStopped();
69986998
#endif
69996999

7000+
#ifdef RESTREAM_ENABLED
7001+
Auth *const auth = GetAuth();
7002+
if (auth && IsRestreamService(auth->service()))
7003+
broadcastActive = false;
7004+
#endif
7005+
70007006
blog(LOG_INFO, STREAMING_STOP);
70017007

70027008
if (encode_error) {

0 commit comments

Comments
 (0)