未验证 提交 2d7801ce 编写于 作者: J Jim 提交者: GitHub

Merge pull request #3404 from cg2121/media-state-fix

UI: Set restart state when there is no media
......@@ -268,6 +268,7 @@ void MediaControls::RefreshControls()
switch (state) {
case OBS_MEDIA_STATE_STOPPED:
case OBS_MEDIA_STATE_ENDED:
case OBS_MEDIA_STATE_NONE:
SetRestartState();
break;
case OBS_MEDIA_STATE_PLAYING:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册