diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/ProtobufSpoofPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/ProtobufSpoofPatch.kt index a7a515ef3..08c3e8bc1 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/ProtobufSpoofPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/fix/playback/patch/ProtobufSpoofPatch.kt @@ -32,7 +32,7 @@ class ProtobufSpoofPatch : BytecodePatch( .getMethod() as MutableMethod ) { val protobufParam = 3 - val protobufParameter = "8AEByAMTuAQP" /* Protobuf Parameter of shorts */ + val protobufParameter = "CgIQBg%3D%3D" /* Protobuf Parameter of X-Goog-Visitor-Id */ addInstruction( 0,