Skip to content

Commit

Permalink
fix(music): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnscnce committed Jul 6, 2023
1 parent 9fdd817 commit 5dd072e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import app.revanced.util.bytecode.isWide32LiteralExists
object LiveLyricsFingerprint : MethodFingerprint(
returnType = "Z",
parameters = emptyList(),
customFingerprint = { methodDef, _ -> methodDef.isWide32LiteralExists(45414336) }
customFingerprint = { methodDef, _ -> methodDef.isWide32LiteralExists(45366353) }
)

0 comments on commit 5dd072e

Please sign in to comment.