Skip to content

Commit

Permalink
Remove forgotten XXX TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jul 22, 2024
1 parent 37a83f5 commit f504952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transports/dash/segment_loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export default function generateSegmentLoader({
segmentLoader?: ICustomSegmentLoader | undefined;
checkMediaSegmentIntegrity?: boolean | undefined;
}): ISegmentLoader<Uint8Array | ArrayBuffer | null> {
// XXX TODO what to do here?
return checkMediaSegmentIntegrity !== true
? segmentLoader
: addSegmentIntegrityChecks(segmentLoader);
Expand Down

0 comments on commit f504952

Please sign in to comment.