Skip to content

Commit

Permalink
fix(FEC-13520): code review remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Maor committed Nov 29, 2023
1 parent 943a830 commit 2293ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/html5/media-source/adapters/native-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class NativeAdapter extends BaseMediaSourceAdapter {

_startTimeOfDvrWindowInterval: number = 0;

_startTimeOfDvrWindow: number = 0;
_startTimeOfDvrWindow: IntervalID = null;

/**
* A counter to track the number of attempts to recover from media error
Expand Down

0 comments on commit 2293ffd

Please sign in to comment.