pull/371/head
okjack 2 years ago
parent 8bc0429419
commit 51353ce7e9
  1. 2
      app/src/main/java/com/fongmi/android/tv/api/LiveParser.java

@ -35,7 +35,7 @@ public class LiveParser {
if (live.getGroups().size() > 0) return;
if (live.getType() == 0) text(live, getText(live.getUrl()));
if (live.getType() == 1) json(live, getText(live.getUrl()));
if (live.getType() == 2) proxy(live, getText(UrlUtil.convert(live.getUrl())));
if (live.getType() == 2) proxy(live, getText(live.getUrl()));
}
public static void text(Live live, String text) {

Loading…
Cancel
Save