pull/586/head
FongMi 1 year ago
parent 0291bf5c57
commit d1e0f6346c
  1. 2
      app/src/main/java/com/fongmi/android/tv/model/LiveViewModel.java

@ -89,8 +89,6 @@ public class LiveViewModel extends ViewModel {
public void getUrl(Channel item, EpgData data) {
execute(URL, () -> {
item.setMsg(null);
Source.get().stop();
item.setUrl(item.getCatchup().format(item.getCurrent(), data));
return item;
});

Loading…
Cancel
Save