mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-09 05:57:08 +01:00
fix(sponsorblock): resolve unresolved fingerprint
This commit is contained in:
parent
c711b7c70e
commit
e7296f3424
@ -55,7 +55,8 @@ class SponsorBlockBytecodePatch : BytecodePatch(
|
||||
AppendTimeFingerprint,
|
||||
PlayerInitFingerprint,
|
||||
PlayerOverlaysLayoutInitFingerprint,
|
||||
ShortsPlayerConstructorFingerprint
|
||||
ShortsPlayerConstructorFingerprint,
|
||||
StartVideoInformerFingerprint
|
||||
)
|
||||
) {
|
||||
override fun execute(data: BytecodeData): PatchResult {/*
|
||||
|
Loading…
Reference in New Issue
Block a user