diff --git a/src/main/kotlin/app/revanced/patches/youtube/utils/videoid/general/VideoIdPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/utils/videoid/general/VideoIdPatch.kt index d179de613..a4bb06f4a 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/utils/videoid/general/VideoIdPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/utils/videoid/general/VideoIdPatch.kt @@ -30,6 +30,7 @@ import com.android.tools.smali.dexlib2.util.MethodUtil @Patch(dependencies = [PlayerTypeHookPatch::class]) object VideoIdPatch : BytecodePatch( setOf( + OrganicPlaybackContextModelFingerprint, PlayerControllerSetTimeReferenceFingerprint, VideoEndFingerprint, VideoIdParentFingerprint,