Skip to content

Commit 0c5c3a8

Browse files
committed
feat(YouTube Music): Remove Spoof client patch inotia00/ReVanced_Extended#2832 (comment)
1 parent c223919 commit 0c5c3a8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@ private const val CLIENT_INFO_CLASS_DESCRIPTOR =
6363

6464
@Suppress("unused")
6565
val spoofClientPatch = bytecodePatch(
66-
SPOOF_CLIENT.title,
67-
SPOOF_CLIENT.summary,
68-
false,
66+
// Removed from the patch list to avoid user confusion:
67+
// https://github.com/inotia00/ReVanced_Extended/issues/2832#issuecomment-2745941171
68+
// SPOOF_CLIENT.title,
69+
// SPOOF_CLIENT.summary,
70+
// false,
6971
) {
7072
compatibleWith(COMPATIBLE_PACKAGE)
7173

0 commit comments

Comments
 (0)