Skip to content

Commit 0871cdb

Browse files
Fix merge
1 parent c87dc6d commit 0871cdb

File tree

1 file changed

+3
-2
lines changed
  • patches/src/main/kotlin/app/revanced/patches/youtube/video/playerresponse

1 file changed

+3
-2
lines changed

Diff for: patches/src/main/kotlin/app/revanced/patches/youtube/video/playerresponse/Fingerprints.kt

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ internal val playerParameterBuilderFingerprint by fingerprint {
2626
"Z", // Appears to indicate if the video id is being opened or is currently playing.
2727
"Z",
2828
"Z",
29-
"Z"
3029
)
3130
instructions(
3231
string("psps")
@@ -57,7 +56,9 @@ internal val playerParameterBuilder2010Fingerprint by fingerprint {
5756
"Z",
5857
"Z"
5958
)
60-
strings("psps")
59+
instructions(
60+
string("psps")
61+
)
6162
}
6263

6364
/**

0 commit comments

Comments
 (0)