mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-24 02:42:11 +02:00
fix: patch error
This commit is contained in:
parent
360da14efb
commit
25d311ba32
@ -76,11 +76,6 @@ class VideoIdPatch : BytecodePatch(
|
|||||||
} ?: return SeekFingerprint.toErrorResult()
|
} ?: return SeekFingerprint.toErrorResult()
|
||||||
} ?: return PlayerInitFingerprint.toErrorResult()
|
} ?: return PlayerInitFingerprint.toErrorResult()
|
||||||
|
|
||||||
/**
|
|
||||||
* Hook the methods which set the time
|
|
||||||
*/
|
|
||||||
videoTimeHook(INTEGRATIONS_CLASS_DESCRIPTOR, "setVideoTime")
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set current video time
|
* Set current video time
|
||||||
*/
|
*/
|
||||||
@ -90,6 +85,11 @@ class VideoIdPatch : BytecodePatch(
|
|||||||
.getMethod() as MutableMethod
|
.getMethod() as MutableMethod
|
||||||
} ?: return PlayerControllerSetTimeReferenceFingerprint.toErrorResult()
|
} ?: return PlayerControllerSetTimeReferenceFingerprint.toErrorResult()
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hook the methods which set the time
|
||||||
|
*/
|
||||||
|
videoTimeHook(INTEGRATIONS_CLASS_DESCRIPTOR, "setVideoTime")
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set current video length
|
* Set current video length
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user