修复拉流看方式回显
This commit is contained in:
@@ -161,9 +161,6 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
|
||||
streamProxy.setUpdateTime(DateUtil.getNow());
|
||||
streamProxyMapper.add(streamProxy);
|
||||
streamProxy.setStreamProxyId(streamProxy.getId());
|
||||
if (streamProxy.isEnable()) {
|
||||
return startProxy(streamProxy);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user