Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
armands-malejevs committed May 18, 2023
1 parent 4645dbc commit 9f8e4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ private void initializeMuxData(ReactExoplayerView self) {
customerPlayerData.setPlayerInitTime(self.muxOptions.getInt("player_init_time"));

// Video data
CustomerVideoData customerVideoData(new CustomerVideoData());
CustomerVideoData customerVideoData = new CustomerVideoData();
customerVideoData.setVideoTitle(self.muxOptions.getString("video_title"));
customerVideoData.setVideoId(self.muxOptions.getString("video_id"));
customerVideoData.setVideoDrmType(self.muxOptions.getString("video_drm_type"));
Expand Down

0 comments on commit 9f8e4d5

Please sign in to comment.