mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
make it production level, lolz
This commit is contained in:
parent
bb5f831146
commit
fbb9d97ce1
1 changed files with 1 additions and 1 deletions
|
@ -1515,9 +1515,9 @@ open class FullScreenPlayer : AbstractPlayerFragment() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// cs3 is peak media center
|
// cs3 is peak media center
|
||||||
|
setRemainingTimeCounter(durationMode || SettingsFragment.isTrueTvSettings())
|
||||||
playerBinding?.exoPosition?.doOnTextChanged { _, _, _, _ ->
|
playerBinding?.exoPosition?.doOnTextChanged { _, _, _, _ ->
|
||||||
updateRemainingTime()
|
updateRemainingTime()
|
||||||
setRemainingTimeCounter(durationMode || SettingsFragment.isTrueTvSettings())
|
|
||||||
}
|
}
|
||||||
// init UI
|
// init UI
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue