Skip to content

Commit

Permalink
fix(sponsorblock): resolve unresolved fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Sep 23, 2022
1 parent af2c5ed commit d49c662
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ class SponsorBlockBytecodePatch : BytecodePatch(
AppendTimeFingerprint,
PlayerInitFingerprint,
PlayerOverlaysLayoutInitFingerprint,
ShortsPlayerConstructorFingerprint
ShortsPlayerConstructorFingerprint,
StartVideoInformerFingerprint
)
) {
override fun execute(data: BytecodeData): PatchResult {/*
Expand Down

0 comments on commit d49c662

Please sign in to comment.