Skip to content

Commit

Permalink
Merge pull request #1370 from canalplus/fix/update-clock-offset
Browse files Browse the repository at this point in the history
Don't re-load a Manifest's optional external resource each time if initial failed
  • Loading branch information
peaBerberian committed Feb 20, 2024
2 parents 98f51d1 + 2603734 commit 674d011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest/classes/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ export default class Manifest
this.isLive = newManifest.isLive;
this.isLastPeriodKnown = newManifest.isLastPeriodKnown;
this.lifetime = newManifest.lifetime;
this.clockOffset = newManifest.clockOffset;
this.suggestedPresentationDelay = newManifest.suggestedPresentationDelay;
this.transport = newManifest.transport;
this.publishTime = newManifest.publishTime;
Expand Down

0 comments on commit 674d011

Please sign in to comment.