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() {