mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #7132 from Bnyro/master
chore: default to DASH when local streams extraction enabled
This commit is contained in:
commit
ad84d5aad8
@ -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