Skip to content

Commit a12810d

Browse files
committed
chore: default to DASH when local streams extraction enabled
1 parent 9f44c8b commit a12810d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/github/libretube/helpers/PlayerHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ object PlayerHelper {
372372
val useHlsOverDash: Boolean
373373
get() = PreferenceHelper.getBoolean(
374374
PreferenceKeys.USE_HLS_OVER_DASH,
375-
false
375+
!localStreamExtraction // default to DASH when local streams extraction enabled
376376
)
377377

378378
var repeatMode: Int

0 commit comments

Comments
 (0)