瀏覽代碼

UI: Update stream key link for YouStreamer

Richard Stanway 5 年之前
父節點
當前提交
81a20171b1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      UI/window-basic-settings-stream.cpp

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

@@ -228,7 +228,7 @@ void OBSBasicSettings::UpdateKeyLink()
 	} else if (serviceName.startsWith("Twitter")) {
 		streamKeyLink = "https://www.pscp.tv/account/producer";
 	} else if (serviceName.startsWith("YouStreamer")) {
-		streamKeyLink = "https://www.app.youstreamer.com/stream/";
+		streamKeyLink = "https://app.youstreamer.com/stream/";
 	}
 
 	if (QString(streamKeyLink).isNull()) {