mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Changed SeekParameters to allow for faster seeking + fixed apk installer text
This commit is contained in:
parent
23973042f4
commit
b6b7cceea5
2 changed files with 3 additions and 1 deletions
|
@ -690,6 +690,8 @@ class CS3IPlayer : IPlayer {
|
||||||
maxVideoHeight
|
maxVideoHeight
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
// Allows any seeking to be +- 0.3s to allow for faster seeking
|
||||||
|
.setSeekParameters(SeekParameters(300_000, 300_000))
|
||||||
.setLoadControl(
|
.setLoadControl(
|
||||||
DefaultLoadControl.Builder()
|
DefaultLoadControl.Builder()
|
||||||
.setTargetBufferBytes(
|
.setTargetBufferBytes(
|
||||||
|
|
|
@ -137,7 +137,7 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
||||||
activity?.showBottomDialog(
|
activity?.showBottomDialog(
|
||||||
prefNames.toList(),
|
prefNames.toList(),
|
||||||
prefValues.indexOf(currentInstaller),
|
prefValues.indexOf(currentInstaller),
|
||||||
getString(R.string.app_layout),
|
getString(R.string.apk_installer_settings),
|
||||||
true,
|
true,
|
||||||
{}) {
|
{}) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue