Compare commits

..

1 Commits

Author SHA1 Message Date
阿斌
ff87833524
Pre Merge pull request !41 from 阿斌/N/A 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