We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c569ab6 commit aa09f99Copy full SHA for aa09f99
patches/src/main/kotlin/app/revanced/patches/primevideo/ads/Fingerprints.kt
@@ -28,6 +28,6 @@ internal val onSeekPastUnwatchedAdFingerprint = fingerprint {
28
29
internal val onSeekBehindUnwatchedAdFingerprint = fingerprint {
30
custom {method, classDef ->
31
- method.name == "onSeekBehindUnwatchedAdFingerprint" && classDef.endsWith("SeekbarControllerImpl;")
+ method.name == "onSeekBehindUnwatchedAd" && classDef.endsWith("SeekbarControllerImpl;")
32
}
33
0 commit comments