Skip to content

Commit 10661b8

Browse files
committed
chore (Background playback): Shorten description
1 parent d474087 commit 10661b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/app/revanced/patches/music/misc/backgroundplayback/BackgroundPlaybackPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.ReferenceInstruction
2323
@Suppress("unused")
2424
object BackgroundPlaybackPatch : BaseBytecodePatch(
2525
name = "Remove background playback restrictions",
26-
description = "Removes restrictions on background playback, including playing kids videos in the background.",
26+
description = "Removes restrictions on background playback, including for kids videos.",
2727
compatiblePackages = COMPATIBLE_PACKAGE,
2828
fingerprints = setOf(
2929
BackgroundPlaybackManagerFingerprint,

src/main/kotlin/app/revanced/patches/youtube/misc/backgroundplayback/BackgroundPlaybackPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
2323
@Suppress("unused")
2424
object BackgroundPlaybackPatch : BaseBytecodePatch(
2525
name = "Remove background playback restrictions",
26-
description = "Removes restrictions on background playback, including playing kids videos in the background.",
26+
description = "Removes restrictions on background playback, including for music and kids videos.",
2727
dependencies = setOf(
2828
PlayerTypeHookPatch::class,
2929
SettingsPatch::class

0 commit comments

Comments
 (0)