Skip to content

Commit aa09f99

Browse files
author
Jeff Jankowski
committed
Typo
1 parent c569ab6 commit aa09f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/primevideo/ads/Fingerprints.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ internal val onSeekPastUnwatchedAdFingerprint = fingerprint {
2828

2929
internal val onSeekBehindUnwatchedAdFingerprint = fingerprint {
3030
custom {method, classDef ->
31-
method.name == "onSeekBehindUnwatchedAdFingerprint" && classDef.endsWith("SeekbarControllerImpl;")
31+
method.name == "onSeekBehindUnwatchedAd" && classDef.endsWith("SeekbarControllerImpl;")
3232
}
3333
}

0 commit comments

Comments
 (0)