pull/586/head
FongMi 1 year ago
parent 9076e962ce
commit 5dfe088039
  1. 1
      app/src/main/java/com/fongmi/android/tv/bean/Live.java

@ -356,6 +356,7 @@ public class Live {
if (item == null) return this;
setBoot(item.isBoot());
setPass(item.isPass());
setKeep(item.getKeep());
return this;
}

Loading…
Cancel
Save