Remove reference to unused var

This commit is contained in:
Gabe Kangas
2022-05-26 12:40:50 -07:00
committed by GitHub
parent 03f5f8c854
commit 1bc12da73a

View File

@@ -267,10 +267,8 @@ function getCurrentlyPlayingSegment(tech, old_segment = null) {
}
}
// Null segment_time in case it's lower then 0.
if (!segment) {
segment = target_media.segments[0];
segment_time = 0;
}
return segment;