Skip to content

Commit

Permalink
fix(YouTube/YT Music - Debugging): Disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
anddea committed Mar 18, 2024
1 parent 074e3e4 commit 241b6dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion patches.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import app.revanced.patches.music.utils.settings.SettingsPatch
description = "Adds an option to enable debug logging.",
dependencies = [SettingsPatch::class],
compatiblePackages = [CompatiblePackage("com.google.android.apps.youtube.music")],
use = true
use = false
)
@Suppress("unused")
object DebuggingPatch : ResourcePatch() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ import app.revanced.patches.youtube.utils.settings.SettingsPatch
]
)
],
use = true
use = false
)
@Suppress("unused")
object DebuggingPatch : ResourcePatch() {
Expand Down

0 comments on commit 241b6dd

Please sign in to comment.