Skip to content

Commit 1b27de1

Browse files
committed
YT Music: Background playback support 9.02.50
1 parent 26c4f73 commit 1b27de1

File tree

1 file changed

+6
-6
lines changed
  • app/src/main/java/io/github/chsbuffer/revancedxposed/music/misc/backgroundplayback

1 file changed

+6
-6
lines changed

app/src/main/java/io/github/chsbuffer/revancedxposed/music/misc/backgroundplayback/Fingerprints.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ internal val kidsBackgroundPlaybackPolicyControllerFingerprint = fingerprint {
2626
returns("V")
2727
parameters("I", "L", "Z")
2828
opcodes(
29-
Opcode.SGET_OBJECT,
30-
Opcode.CONST_4,
31-
Opcode.IF_NE,
32-
Opcode.IPUT_BOOLEAN,
33-
Opcode.IGET_OBJECT,
34-
Opcode.IF_EQZ,
3529
Opcode.IGET,
3630
Opcode.INVOKE_STATIC,
3731
Opcode.MOVE_RESULT,
3832
Opcode.IF_NEZ,
3933
Opcode.GOTO_16,
34+
Opcode.CONST_4,
35+
Opcode.IF_NE,
36+
Opcode.CONST_4,
37+
Opcode.IF_NE,
38+
Opcode.CONST_4,
39+
Opcode.NEW_ARRAY,
4040
)
4141
}

0 commit comments

Comments
 (0)