mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-19 01:03:58 +00:00
quality in exoplayer
This commit is contained in:
@@ -1598,7 +1598,7 @@ class ExoplayerView : AppCompatActivity(), Player.Listener, SessionAvailabilityL
|
||||
|
||||
aspectRatio = Rational(width, height)
|
||||
|
||||
videoInfo.text = "$width x $height"
|
||||
videoInfo.text = "Quality: ${height}p"
|
||||
|
||||
if (exoPlayer.duration < playbackPosition)
|
||||
exoPlayer.seekTo(0)
|
||||
|
||||
Reference in New Issue
Block a user