diff --git a/patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt b/patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt index 840bf6be2..1cc9eb807 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/utils/fix/client/SpoofClientPatch.kt @@ -63,9 +63,11 @@ private const val CLIENT_INFO_CLASS_DESCRIPTOR = @Suppress("unused") val spoofClientPatch = bytecodePatch( - SPOOF_CLIENT.title, - SPOOF_CLIENT.summary, - false, + // Removed from the patch list to avoid user confusion: + // https://github.com/inotia00/ReVanced_Extended/issues/2832#issuecomment-2745941171 + // SPOOF_CLIENT.title, + // SPOOF_CLIENT.summary, + // false, ) { compatibleWith(COMPATIBLE_PACKAGE)