|
|
|
|
@ -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; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
|