Compare commits

..

1 Commits

Author SHA1 Message Date
山海守门人
690f3ca73e
Pre Merge pull request !44 from 山海守门人/dev_260107 2026-03-18 07:26:23 +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