src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMHttpHookSubscribe.java
@@ -97,7 +97,7 @@ * @return */ public List<ZLMHttpHookSubscribe.Event> getSubscribes(HookType type) { ZLMHttpHookSubscribe.Event event= null; // ZLMHttpHookSubscribe.Event event= null; Map<JSONObject, Event> eventMap = allSubscribes.get(type); if (eventMap == null) { return null;