Change live proxy rule

pull/123/head
FongMi 3 years ago
parent c67322b9cd
commit a193bb4b95
  1. 2
      app/src/main/java/com/fongmi/android/tv/bean/Live.java

@ -127,7 +127,7 @@ public class Live {
}
public Live check() {
boolean proxy = getGroup().equals("redirect") && getChannels().size() > 0 && getChannels().get(0).getUrls().size() > 0 && getChannels().get(0).getUrls().get(0).startsWith("proxy");
boolean proxy = getChannels().size() > 0 && getChannels().get(0).getUrls().size() > 0 && getChannels().get(0).getUrls().get(0).startsWith("proxy");
if (proxy) setProxy();
return this;
}

Loading…
Cancel
Save