Skip to content

Commit

Permalink
add cue id for date-range cues (#5169)
Browse files Browse the repository at this point in the history
  • Loading branch information
yajin2021 authored Jan 18, 2023
1 parent 0f14a22 commit b644288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/id3-track-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ class ID3TrackController implements ComponentAPI {
}
cue.value = { key, data };
cue.type = MetadataSchema.dateRange;
cue.id = id;
this.id3Track.addCue(cue);
cues[key] = cue;
}
Expand Down

0 comments on commit b644288

Please sign in to comment.