فهرست منبع

最多同时查询20个频道

吴志根 3 سال پیش
والد
کامیت
c8a22458ed
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/dsb/com/cnd3b/utility/polyv/Polyv.java

+ 1 - 1
src/dsb/com/cnd3b/utility/polyv/Polyv.java

@@ -298,7 +298,7 @@ public class Polyv extends BaseClass {
             if ("".equals(channelIds)) {
                 channelIds = channelId;
             } else {
-                if(!channelId.equals("null")){
+                if(channelId!=null){
                     channelIds = channelIds + "," + channelId;
                 }