chore: fix merge
This commit is contained in:
parent
a83e0dc257
commit
aa493c4f67
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class VideoInformationPatch : BytecodePatch(
|
|||
playerInitMethod = mutableClass.methods.first { MethodUtil.isConstructor(it) }
|
||||
|
||||
// hook the player controller for use through integrations
|
||||
onCreateHook(INTEGRATIONS_CLASS_DESCRIPTOR, "playerController_onCreateHook")
|
||||
onCreateHook(INTEGRATIONS_CLASS_DESCRIPTOR, "initialize")
|
||||
|
||||
// seek method
|
||||
val seekFingerprintResultMethod = SeekFingerprint.also { it.resolve(context, classDef) }.result!!.method
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue