Skip to content

Commit

Permalink
do not dump subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed May 26, 2024
1 parent 54d892b commit 3fe4942
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ public void onBufferingUpdate(IMediaPlayer mp, int percent) {
}

public void onSubtitle(IMediaPlayer mp, Subtitle subtitle) {
log.debug("onSubtitle: " + subtitle);
log.debug("onSubtitle");
if (mPlayerListener != null) {
mPlayerListener.onSubtitle(subtitle);
}
Expand Down

0 comments on commit 3fe4942

Please sign in to comment.