Browse Source

UI: Enable custom server entry for Amazon IVS

Ruwen Hahn 1 year ago
parent
commit
f9d86aeac8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UI/window-basic-settings-stream.cpp

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

@@ -802,7 +802,7 @@ void OBSBasicSettings::UpdateServerList()
 		ui->server->addItem(name, server);
 	}
 
-	if (serviceName == "Twitch") {
+	if (serviceName == "Twitch" || serviceName == "Amazon IVS") {
 		ui->server->addItem(
 			QTStr("Basic.Settings.Stream.SpecifyCustomServer"),
 			CustomServerUUID());