Merge pull request #7132 from Bnyro/master

chore: default to DASH when local streams extraction enabled
This commit is contained in:
Bnyro 2025-02-27 13:01:12 +01:00 committed by GitHub
commit ad84d5aad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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