admin
2021-02-06 e2c6372f29ae0a93d9f672ffad4613581ba3e201
src/main/java/com/newvideo/controller/parser/web/WebVideosParser.java
@@ -360,7 +360,7 @@
         DetailSystem detailSystem = systemService.getDetailSystemByPackage(packageName);
         PlayUrl pu = videoDeailUtil.getPlayUrl(detailSystem.getId(), id, type, Integer.parseInt(resourceId), videoId);
         PlayUrl pu = videoDeailUtil.getPlayUrl(null,detailSystem.getId(), id, type, Integer.parseInt(resourceId), videoId);
         if (pu != null) {
            if (!StringUtil.isNullOrEmpty(pu.getUrl()))