Fixed priority speaker icon in viewer

This commit is contained in:
Wruczek 2019-01-13 21:26:34 +01:00
parent b8e3cd2466
commit d36099a8e3
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ EOD;
$html = "";
if($client["client_is_priority_speaker"]) {
$html .= $this->getIcon("microphone.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
$html .= $this->getIcon("capture.svg", __get("VIEWER_CLIENT_PRIORITY_SPEAKER"));
}
if($client["client_is_channel_commander"]) {