UI: Update stream key link for YouStreamer

This commit is contained in:
Richard Stanway 2020-03-13 18:34:43 +01:00
parent 39d8ea235c
commit 81a20171b1

View File

@ -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()) {