We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Spoof client
1 parent c223919 commit 0c5c3a8Copy full SHA for 0c5c3a8
patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt
@@ -63,9 +63,11 @@ private const val CLIENT_INFO_CLASS_DESCRIPTOR =
63
64
@Suppress("unused")
65
val spoofClientPatch = bytecodePatch(
66
- SPOOF_CLIENT.title,
67
- SPOOF_CLIENT.summary,
68
- false,
+ // Removed from the patch list to avoid user confusion:
+ // https://github.com/inotia00/ReVanced_Extended/issues/2832#issuecomment-2745941171
+ // SPOOF_CLIENT.title,
69
+ // SPOOF_CLIENT.summary,
70
+ // false,
71
) {
72
compatibleWith(COMPATIBLE_PACKAGE)
73
0 commit comments