pull/362/head
FongMi 2 years ago
parent 0ca5d08c98
commit 338090b071
  1. 2
      app/src/main/java/com/fongmi/android/tv/model/SiteViewModel.java

@ -253,7 +253,7 @@ public class SiteViewModel extends ViewModel {
}
private Result fetchPic(Site site, Result result) throws Exception {
if (result.getList().isEmpty() || result.getList().get(0).getVodPic().length() > 0) return result;
if (site.getType() > 2 || result.getList().isEmpty() || result.getList().get(0).getVodPic().length() > 0) return result;
ArrayList<String> ids = new ArrayList<>();
for (Vod item : result.getList()) ids.add(item.getVodId());
ArrayMap<String, String> params = new ArrayMap<>();

Loading…
Cancel
Save