Skip to content

Commit

Permalink
Update plugins/browser-plugin-media/src/sessionTracking.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Leonard <45019882+greg-el@users.noreply.github.com>
  • Loading branch information
matus-tomlein and greg-el committed Apr 28, 2023
1 parent cd6585b commit 31869ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/browser-plugin-media/src/sessionTracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class MediaSessionTracking {
this.startedAt = startedAt ?? new Date();
}

update(eventType: MediaPlayerEventType | undefined, mediaPlayer: MediaPlayer, adBreak?: MediaPlayerAdBreak) {
update(eventType?: MediaPlayerEventType, mediaPlayer: MediaPlayer, adBreak?: MediaPlayerAdBreak) {
this.stats.update(eventType, mediaPlayer, adBreak);
}

Expand Down

0 comments on commit 31869ee

Please sign in to comment.