临时提交
parent
b630190e30
commit
97bc8766bc
|
@ -160,6 +160,7 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@Transactional
|
||||||
public StreamInfo save(StreamProxy streamProxy) {
|
public StreamInfo save(StreamProxy streamProxy) {
|
||||||
MediaServer mediaServer;
|
MediaServer mediaServer;
|
||||||
if (ObjectUtils.isEmpty(streamProxy.getMediaServerId()) || "auto".equals(streamProxy.getMediaServerId())){
|
if (ObjectUtils.isEmpty(streamProxy.getMediaServerId()) || "auto".equals(streamProxy.getMediaServerId())){
|
||||||
|
|
Loading…
Reference in New Issue