pull/590/head
FongMi 11 months ago
parent 86f569eb8e
commit 230168c477
  1. 2
      app/src/main/java/com/fongmi/android/tv/model/LiveViewModel.java

@ -93,7 +93,7 @@ public class LiveViewModel extends ViewModel {
public void getUrl(Channel item, EpgData data) {
execute(URL, () -> {
item.setUrl(item.getCatchup().format(item.getCurrent(), data));
item.setUrl(item.getCatchup().format(Source.get().fetch(item), data));
return item;
});
}

Loading…
Cancel
Save