提交 a3ca72fd 编写于 作者: T tlivegaming 提交者: jp9000

UI: Enable Get Stream Key Button for Trovo service

Closes obsproject/obs-studio#3005
上级 1a4d132d
......@@ -578,6 +578,8 @@ void AutoConfigStreamPage::UpdateKeyLink()
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://www.app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
}
if (QString(streamKeyLink).isNull()) {
......
......@@ -252,6 +252,8 @@ void OBSBasicSettings::UpdateKeyLink()
streamKeyLink = "https://www.pscp.tv/account/producer";
} else if (serviceName.startsWith("YouStreamer")) {
streamKeyLink = "https://app.youstreamer.com/stream/";
} else if (serviceName == "Trovo") {
streamKeyLink = "https://studio.trovo.live/mychannel/stream";
}
if (QString(streamKeyLink).isNull()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册