pull/137/head
FongMi 2 years ago
parent 83071e5e82
commit 7a563c71d7
  1. 1
      app/src/main/java/com/fongmi/android/tv/api/ApiConfig.java

@ -262,6 +262,7 @@ public class ApiConfig {
public List<Doh> getDoh() {
List<Doh> items = Doh.get(App.get());
if (doh == null) return items;
items.removeAll(doh);
items.addAll(doh);
return items;

Loading…
Cancel
Save