From 46a4ffe61482225a2089612a772f35ffa081f69a Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Tue, 31 Oct 2023 19:52:36 +0900 Subject: [PATCH] fix(YouTube/Premium heading): excluded by default --- .../patches/youtube/layout/header/PremiumHeadingPatch.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/header/PremiumHeadingPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/header/PremiumHeadingPatch.kt index be59cf5ed..67ab9c259 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/header/PremiumHeadingPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/header/PremiumHeadingPatch.kt @@ -36,7 +36,8 @@ import kotlin.io.path.copyTo "18.42.41" ] ) - ] + ], + use = false ) @Suppress("unused") object PremiumHeadingPatch : ResourcePatch() {