|
@@ -616,7 +616,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
|
|
|
if (serviceName == "Twitch") {
|
|
|
streamKeyLink =
|
|
|
"https://www.twitch.tv/broadcast/dashboard/streamkey";
|
|
|
- } else if (serviceName == "YouTube / YouTube Gaming") {
|
|
|
+ } else if (serviceName.startsWith("YouTube")) {
|
|
|
streamKeyLink = "https://www.youtube.com/live_dashboard";
|
|
|
isYoutube = true;
|
|
|
} else if (serviceName.startsWith("Restream.io")) {
|