chore: default to DASH when local streams extraction enabled

This commit is contained in:
Bnyro 2025-02-27 13:00:57 +01:00
parent 9f44c8ba99
commit a12810d42b
No known key found for this signature in database

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