Skip to content

Commit

Permalink
Update plugins/browser-plugin-media/src/api.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 31869ee commit f355159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/browser-plugin-media/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export function updateMediaPlayer(
}

function trackMediaEvent(
eventType: MediaPlayerEventType | undefined,
eventType?: MediaPlayerEventType,
args: MediaTrackArguments & MediaTrackAdArguments & MediaTrackAdBreakArguments & CommonMediaEventProperties,
trackers: Array<string> = Object.keys(_trackers)
) {
Expand Down

0 comments on commit f355159

Please sign in to comment.