临时提交

This commit is contained in:
panlinlin
2024-06-28 22:15:42 +08:00
parent b630190e30
commit 97bc8766bc

View File

@@ -160,6 +160,7 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
@Override
@Transactional
public StreamInfo save(StreamProxy streamProxy) {
MediaServer mediaServer;
if (ObjectUtils.isEmpty(streamProxy.getMediaServerId()) || "auto".equals(streamProxy.getMediaServerId())){