mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 11:04:36 +02:00
fix compile error
This commit is contained in:
parent
753a44f67c
commit
3640d73512
@ -23,6 +23,7 @@ internal object VideoIdFingerprintBackgroundPlay : MethodFingerprint(
|
||||
customFingerprint = { methodDef, classDef ->
|
||||
methodDef.name == "l" &&
|
||||
classDef.methods.count() == 17 &&
|
||||
methodDef.implementation != null &&
|
||||
indexOfPlayerResponseModelInstruction(methodDef) >= 0
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user