Merge pull request #7326 from Bnyro/master

fix: only enable full local mode by default on new installations
This commit is contained in:
Bnyro 2025-04-23 11:53:44 +02:00 committed by GitHub
commit 1d79c358fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -348,7 +348,7 @@ object PlayerHelper {
val fullLocalMode: Boolean
get() = PreferenceHelper.getBoolean(
PreferenceKeys.FULL_LOCAL_MODE,
true
false
)
val localStreamExtraction: Boolean