Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: itsjamie <[email protected]>
  • Loading branch information
tjenkinson and itsjamie authored Jan 29, 2019
1 parent b37a351 commit a742c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loader/fragment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class Fragment {
// EXTINF has to be present for a m3u8 to be considered valid
public duration!: number;
// sn notates the sequence number for a segment, and if set to a string can be 'initSegment'
public sn: number | string = 0;
public sn: number | 'initSegment' = 0;
public levelkey?: LevelKey;

constructor () {
Expand Down

0 comments on commit a742c30

Please sign in to comment.