Compare commits

..

1 Commits

Author SHA1 Message Date
樊冲
5bc88cf842
Pre Merge pull request !42 from 樊冲/fix-bug-fanchong 2026-03-18 07:26:20 +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