临时提交

This commit is contained in:
648540858
2024-06-25 17:46:33 +08:00
parent 7255e5a887
commit 81049b5a9e
2 changed files with 6 additions and 9 deletions

View File

@@ -231,7 +231,7 @@ public class StreamPushServiceImpl implements IStreamPushService {
@Override
public boolean stop(String app, String stream) {
logger.info("[推流] 停止流: {}/{}", app, stream);
logger.info("[推流] 停止流: {}/{}", app, stream);
StreamPush streamPushItem = streamPushMapper.selectOne(app, stream);
if (streamPushItem != null) {
gbStreamService.sendCatalogMsg(streamPushItem, CatalogEvent.DEL);