Skip to content

Commit 241b6dd

Browse files
committed
fix(YouTube/YT Music - Debugging): Disable by default
1 parent 074e3e4 commit 241b6dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches.json

+1-1
Large diffs are not rendered by default.

src/main/kotlin/app/revanced/patches/music/misc/debugging/DebuggingPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
1212
description = "Adds an option to enable debug logging.",
1313
dependencies = [SettingsPatch::class],
1414
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
15-
use = true
15+
use = false
1616
)
1717
@Suppress("unused")
1818
object DebuggingPatch : ResourcePatch() {

src/main/kotlin/app/revanced/patches/youtube/misc/debugging/DebuggingPatch.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
4848
]
4949
)
5050
],
51-
use = true
51+
use = false
5252
)
5353
@Suppress("unused")
5454
object DebuggingPatch : ResourcePatch() {

0 commit comments

Comments
 (0)