Untitled
unknown
plain_text
3 years ago
392 B
7
Indexable
if (epg.isCurrent()) {
Calendar current = Calendar.getInstance();
long seconds = TimeUnit.MILLISECONDS.toSeconds(current.getTimeInMillis() - epg.getStart());
if (channelCid != null) {
epgRepresentation.url = epgRepresentation.url.replaceAll("(?<=" + channelCid + "/)(.*?)(?=\\.m3u8)", "rewind-" + seconds);
}
}Editor is loading...