Browse Source

UI: Update Twitch Get Stream Key link

craftwar 5 years ago
parent
commit
7331a43aee
2 changed files with 2 additions and 4 deletions
  1. 1 2
      UI/window-basic-auto-config.cpp
  2. 1 2
      UI/window-basic-settings-stream.cpp

+ 1 - 2
UI/window-basic-auto-config.cpp

@@ -614,8 +614,7 @@ void AutoConfigStreamPage::UpdateKeyLink()
 	QString streamKeyLink;
 	QString streamKeyLink;
 
 
 	if (serviceName == "Twitch") {
 	if (serviceName == "Twitch") {
-		streamKeyLink =
-			"https://www.twitch.tv/broadcast/dashboard/streamkey";
+		streamKeyLink = "https://dashboard.twitch.tv/settings/stream";
 	} else if (serviceName.startsWith("YouTube")) {
 	} else if (serviceName.startsWith("YouTube")) {
 		streamKeyLink = "https://www.youtube.com/live_dashboard";
 		streamKeyLink = "https://www.youtube.com/live_dashboard";
 		isYoutube = true;
 		isYoutube = true;

+ 1 - 2
UI/window-basic-settings-stream.cpp

@@ -250,8 +250,7 @@ void OBSBasicSettings::UpdateKeyLink()
 	QString customServer = ui->customServer->text();
 	QString customServer = ui->customServer->text();
 	QString streamKeyLink;
 	QString streamKeyLink;
 	if (serviceName == "Twitch") {
 	if (serviceName == "Twitch") {
-		streamKeyLink =
-			"https://www.twitch.tv/broadcast/dashboard/streamkey";
+		streamKeyLink = "https://dashboard.twitch.tv/settings/stream";
 	} else if (serviceName.startsWith("YouTube")) {
 	} else if (serviceName.startsWith("YouTube")) {
 		streamKeyLink = "https://www.youtube.com/live_dashboard";
 		streamKeyLink = "https://www.youtube.com/live_dashboard";
 	} else if (serviceName.startsWith("Restream.io")) {
 	} else if (serviceName.startsWith("Restream.io")) {