fix: remove broken video-quality patch

This commit is contained in:
Joey Peter 2022-07-24 23:45:53 +02:00 committed by GitHub
parent c6a0842a68
commit e8d516af89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ import app.revanced.patches.youtube.misc.videoid.fingerprint.VideoIdFingerprint
import org.jf.dexlib2.iface.instruction.ReferenceInstruction
import org.jf.dexlib2.iface.reference.FieldReference
@Patch(false)
@Dependencies(
dependencies = [IntegrationsPatch::class]
)