diff --git a/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt b/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt index e159b2703..f9f30d90a 100644 --- a/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt +++ b/src/main/kotlin/app/revanced/patches/shared/patch/litho/AbstractLithoFilterPatch.kt @@ -31,10 +31,6 @@ abstract class AbstractLithoFilterPatch( ) { override fun execute(context: BytecodeContext): PatchResult { - /* - * Compatible with both YouTube and YouTube Music - * But not yet implemented in Music integrations - */ LithoObjectFingerprint.result?.let { val endIndex = it.scanResult.patternScanResult!!.endIndex objectRegister = (it.mutableMethod.instruction(endIndex) as BuilderInstruction35c).registerC