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