fix compile error

This commit is contained in:
inotia00 2024-09-15 19:49:52 +09:00
parent 753a44f67c
commit 3640d73512

View File

@ -23,6 +23,7 @@ internal object VideoIdFingerprintBackgroundPlay : MethodFingerprint(
customFingerprint = { methodDef, classDef ->
methodDef.name == "l" &&
classDef.methods.count() == 17 &&
methodDef.implementation != null &&
indexOfPlayerResponseModelInstruction(methodDef) >= 0
}
)