账号模块修复VideoPushGuard类缺少BUG #62

This commit is contained in:
welsir
2024-05-18 18:29:00 +08:00
parent de3d486af1
commit 1df751be93

View File

@@ -41,6 +41,7 @@ public class VideoPushChannelGuard extends SpringGuardPlugin {
}
PacketSectionVideo packedVideo = factory.rule(p);
videosCollection.put(packedVideo.getId(),packedVideo);
}
public void sendVideo(PackageSection p) {