From b0834faa69755a94f70ae5075a10cf15e8a6b857 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Mon, 3 Apr 2023 05:34:25 +0200 Subject: [PATCH] fix(youtube/sponsorblock): do not depend on `remember-playback-speed` patch --- .../sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt index e147ce4d1..e82d50d5c 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/sponsorblock/bytecode/patch/SponsorBlockBytecodePatch.kt @@ -45,7 +45,6 @@ import org.jf.dexlib2.iface.reference.StringReference VideoIdPatch::class, PlayerControlsBytecodePatch::class, PlayerTypeHookPatch::class, - RememberPlaybackSpeedPatch::class, IntegrationsPatch::class, SponsorBlockResourcePatch::class, ]