mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 16:00:31 +05:30
remove load interval size
This commit is contained in:
parent
3bdce96818
commit
0ac61168cf
@ -256,12 +256,6 @@ object PlayerHelper {
|
|||||||
false
|
false
|
||||||
)
|
)
|
||||||
|
|
||||||
val progressiveLoadingIntervalSize: String
|
|
||||||
get() = PreferenceHelper.getString(
|
|
||||||
PreferenceKeys.PROGRESSIVE_LOADING_INTERVAL_SIZE,
|
|
||||||
"64"
|
|
||||||
)
|
|
||||||
|
|
||||||
val autoPlayEnabled: Boolean
|
val autoPlayEnabled: Boolean
|
||||||
get() = PreferenceHelper.getBoolean(
|
get() = PreferenceHelper.getBoolean(
|
||||||
PreferenceKeys.AUTO_PLAY,
|
PreferenceKeys.AUTO_PLAY,
|
||||||
|
@ -76,15 +76,6 @@
|
|||||||
android:title="@string/hls_instead_of_dash"
|
android:title="@string/hls_instead_of_dash"
|
||||||
app:key="use_hls" />
|
app:key="use_hls" />
|
||||||
|
|
||||||
<ListPreference
|
|
||||||
android:icon="@drawable/ic_loading"
|
|
||||||
app:defaultValue="64"
|
|
||||||
app:entries="@array/loadingInterval"
|
|
||||||
app:entryValues="@array/loadingIntervalValues"
|
|
||||||
app:key="progressive_loading_interval"
|
|
||||||
app:summary="@string/progressive_load_interval_summary"
|
|
||||||
app:title="@string/progressive_load_interval" />
|
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
<PreferenceCategory app:title="@string/background_mode">
|
<PreferenceCategory app:title="@string/background_mode">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user