Untitled

 avatar
unknown
plain_text
2 years ago
392 B
5
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...