Skip to content

Commit 26a5a40

Browse files
committed
fix: only enable full local mode by default on new installations
1 parent d1782b7 commit 26a5a40

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
@@ -348,7 +348,7 @@ object PlayerHelper {
348348
val fullLocalMode: Boolean
349349
get() = PreferenceHelper.getBoolean(
350350
PreferenceKeys.FULL_LOCAL_MODE,
351-
true
351+
false
352352
)
353353

354354
val localStreamExtraction: Boolean

0 commit comments

Comments
 (0)