forked from recloudstream/cloudstream
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
|
||||
)
|
||||
)
|
||||
// Allows any seeking to be +- 0.3s to allow for faster seeking
|
||||
.setSeekParameters(SeekParameters(300_000, 300_000))
|
||||
.setLoadControl(
|
||||
DefaultLoadControl.Builder()
|
||||
.setTargetBufferBytes(
|
||||
|
|
|
@ -137,7 +137,7 @@ class SettingsUpdates : PreferenceFragmentCompat() {
|
|||
activity?.showBottomDialog(
|
||||
prefNames.toList(),
|
||||
prefValues.indexOf(currentInstaller),
|
||||
getString(R.string.app_layout),
|
||||
getString(R.string.apk_installer_settings),
|
||||
true,
|
||||
{}) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue