mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
chore: default to DASH when local streams extraction enabled
This commit is contained in:
parent
9f44c8ba99
commit
a12810d42b
@ -372,7 +372,7 @@ object PlayerHelper {
|
||||
val useHlsOverDash: Boolean
|
||||
get() = PreferenceHelper.getBoolean(
|
||||
PreferenceKeys.USE_HLS_OVER_DASH,
|
||||
false
|
||||
!localStreamExtraction // default to DASH when local streams extraction enabled
|
||||
)
|
||||
|
||||
var repeatMode: Int
|
||||
|
Loading…
x
Reference in New Issue
Block a user