Skip to content

Commit

Permalink
feat(Preferences): disable HLS by default
Browse files Browse the repository at this point in the history
HLS does not work by default, leading to a bad user expierence, as
videos won't play, disable it.

Ref: libre-tube#7069 (comment)
  • Loading branch information
FineFindus committed Feb 15, 2025
1 parent c6a21f6 commit d3eafde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ object PlayerHelper {
val useHlsOverDash: Boolean
get() = PreferenceHelper.getBoolean(
PreferenceKeys.USE_HLS_OVER_DASH,
true
false
)

var repeatMode: Int
Expand Down

0 comments on commit d3eafde

Please sign in to comment.