Skip to content

Commit

Permalink
Revert getTrackerName
Browse files Browse the repository at this point in the history
  • Loading branch information
petersanta authored Sep 4, 2024
1 parent c48b7f2 commit fc40671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public String getPlayerVersion() {
* @return The simple class name of this tracker.
*/
public String getTrackerName() {
return this.getClass().getSimpleName();
return "ExoPlayer2Tracker";
}

/**
Expand Down

0 comments on commit fc40671

Please sign in to comment.