mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 19:14:37 +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 ->
|
customFingerprint = { methodDef, classDef ->
|
||||||
methodDef.name == "l" &&
|
methodDef.name == "l" &&
|
||||||
classDef.methods.count() == 17 &&
|
classDef.methods.count() == 17 &&
|
||||||
|
methodDef.implementation != null &&
|
||||||
indexOfPlayerResponseModelInstruction(methodDef) >= 0
|
indexOfPlayerResponseModelInstruction(methodDef) >= 0
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user