(cosmetic) fix false 10s lag in stats

(cherry picked from commit 8fa770f6d214346cbaf84c7380e6c0491827c80d)
This commit is contained in:
reusedname 2025-02-11 19:10:11 +05:00
parent a90fb87b09
commit bd8c5b9aaa
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ public abstract class AbstractHlsDownload extends AbstractDownload {
LOG.debug("Waiting {}ms before trying to update the playlist URL", A_FEW_SECONDS);
waitSomeTime();
segmentPlaylistUrl = getSegmentPlaylistUrl(model);
rescheduleTime = Instant.now();
} catch (Exception e) {
LOG.error("Playlist URL couldn't be updated after waiting for {}ms", A_FEW_SECONDS, e);
}