mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove log
This commit is contained in:
parent
d3b091b22a
commit
751b3f2dee
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ public class StyledPlayerView extends FrameLayout implements AdsLoader.AdViewPro
|
||||||
subtitleView.setCues(null);
|
subtitleView.setCues(null);
|
||||||
}
|
}
|
||||||
this.player = player;
|
this.player = player;
|
||||||
Log.d("test track", this.player.getTrackSelector().toString());
|
|
||||||
if (useController()) {
|
if (useController()) {
|
||||||
controller.setPlayer(player);
|
controller.setPlayer(player);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue