mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 21:09:31 +01:00
chore: fix merge
This commit is contained in:
parent
669e3db719
commit
1b76da8559
@ -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…
Reference in New Issue
Block a user