Skip to content

Commit

Permalink
FreezeResolver: removed unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Dec 18, 2024
1 parent 062f509 commit 29c01b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/main/common/FreezeResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@ export default class FreezeResolver {
previousRepresentationEntry = segment;
break;
} else if (
currentSegment !== null &&
segment.segment.start === currentSegment.start &&
// Ignore history entry concerning the same segment more than 3
// seconds of playback behind - we don't want to compare things
Expand Down

0 comments on commit 29c01b3

Please sign in to comment.