Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika authored Jan 20, 2025
1 parent 39ded3c commit 2dbdbcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ export class ManifestParserDecorator implements shaka.extern.ManifestParser {
stream.isSegmentIndexAlreadyRead = true;
this.debug(`Stream ${stream.id} is updated`);
} catch {
// This catch is intentionally left blank.
// Ignore an error when segmentIndex inner array is empty
} finally {
// do not set custom get again is segment index is already read and stream is VOD
// Do not set custom get again if the segment index is already read and the stream is VOD
if (
!stream.isSegmentIndexAlreadyRead ||
!!this.player?.isLive() ||
Expand Down

0 comments on commit 2dbdbcc

Please sign in to comment.