release
FongMi 11 months ago
parent 236170fcb7
commit 5f8529e718
  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