From 5ecbe49d1feae0c6cc38fe89431f61c88ddaca6c Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Sun, 11 Aug 2024 00:11:29 -0400 Subject: [PATCH] chore (Background playback): Shorten patch description (#73) --- .../music/misc/backgroundplayback/BackgroundPlaybackPatch.kt | 2 +- .../youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatch.kt index 54e45489c2..8e95694bf9 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatch.kt @@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction @Suppress("unused") object BackgroundPlaybackPatch : BaseBytecodePatch( name = "Remove background playback restrictions", - description = "Removes restrictions on background playback, including playing kids videos in the background.", + description = "Removes restrictions on background playback, including for kids videos.", compatiblePackages = COMPATIBLE_PACKAGE, fingerprints = setOf( BackgroundPlaybackManagerFingerprint, diff --git a/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt index 4d8d8b264b..c4c72bc71e 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt @@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference @Suppress("unused") object BackgroundPlaybackPatch : BaseBytecodePatch( name = "Remove background playback restrictions", - description = "Removes restrictions on background playback, including playing kids videos in the background.", + description = "Removes restrictions on background playback, including for music and kids videos.", dependencies = setOf( PlayerTypeHookPatch::class, SettingsPatch::class