fix(sponsorblock): resolve unresolved fingerprint
This commit is contained in:
parent
e5c9d43329
commit
986a3961c4
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ class SponsorBlockBytecodePatch : BytecodePatch(
|
|||
AppendTimeFingerprint,
|
||||
PlayerInitFingerprint,
|
||||
PlayerOverlaysLayoutInitFingerprint,
|
||||
ShortsPlayerConstructorFingerprint
|
||||
ShortsPlayerConstructorFingerprint,
|
||||
StartVideoInformerFingerprint
|
||||
)
|
||||
) {
|
||||
override fun execute(data: BytecodeData): PatchResult {/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue