Compare commits

..

1 Commits

Author SHA1 Message Date
田朝盛
021871660e
Pre Merge pull request !39 from 田朝盛/N/A 2026-03-18 07:26:19 +00:00

View File

@ -145,7 +145,6 @@ public class GbChannelPlayServiceImpl implements IGbChannelPlayService {
throw new PlayException(Response.BUSY_HERE, "channel not support");
}
sourceChannelPlayService.stopPlay(channel);
channelMapper.updateStream(channel.getGbId(), null);
}
@Override