From 50f9cc52acfd5bc23330ecd23d8d85678a9d3eee Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 5 May 2022 00:04:14 +0200 Subject: [PATCH] fix: breaking patcher changes Signed-off-by: oSumAtrIX --- src/main/kotlin/app/revanced/patches/Index.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/Index.kt b/src/main/kotlin/app/revanced/patches/Index.kt index 8c45945d6..df0e161e7 100644 --- a/src/main/kotlin/app/revanced/patches/Index.kt +++ b/src/main/kotlin/app/revanced/patches/Index.kt @@ -13,6 +13,7 @@ import app.revanced.patches.youtube.interaction.EnableSeekbarTappingPatch import app.revanced.patches.youtube.layout.* import app.revanced.patches.youtube.misc.FixLocaleConfigErrorPatch import app.revanced.patches.youtube.misc.IntegrationsPatch +import app.revanced.patches.youtube.misc.MicroGPatch /** * Index contains all the patches. @@ -41,4 +42,4 @@ object Index { ::BackgroundPlayPatch, ::CodecsUnlockPatch ) -} +} \ No newline at end of file