diff --git a/UI/auth-oauth.cpp b/UI/auth-oauth.cpp index 008637dc2..96da460c4 100644 --- a/UI/auth-oauth.cpp +++ b/UI/auth-oauth.cpp @@ -276,6 +276,9 @@ try { void OAuthStreamKey::OnStreamConfig() { + if (key_.empty()) + return; + OBSBasic *main = OBSBasic::Get(); obs_service_t *service = main->GetService();