Skip to content

Commit

Permalink
feat(YouTube - Hide "Get YouTube Premium" advertisements): Name patch…
Browse files Browse the repository at this point in the history
… correctly (#3079)

Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
  • Loading branch information
KobeW50 and oSumAtrIX authored Oct 5, 2023
1 parent 2f0453b commit 5c140ea
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import app.revanced.patches.youtube.misc.settings.SettingsPatch
import com.android.tools.smali.dexlib2.iface.instruction.TwoRegisterInstruction

@Patch(
name = "Hide get premium",
name = "Hide \"Get YouTube Premium\" advertisements",
description = "Hides YouTube Premium advertisements under video player.",
dependencies = [IntegrationsPatch::class, SettingsPatch::class],
compatiblePackages = [
CompatiblePackage(
Expand All @@ -41,7 +42,7 @@ object HideGetPremiumPatch : BytecodePatch(setOf(GetPremiumViewFingerprint)) {
"revanced_hide_get_premium",
StringResource(
"revanced_hide_get_premium_title",
"Hide YouTube premium advertisement"
"Hide \"Get YouTube Premium\" advertisements"
),
StringResource(
"revanced_hide_get_premium_summary_on",
Expand Down

0 comments on commit 5c140ea

Please sign in to comment.