Skip to content

Commit 5ecbe49

Browse files
authored
chore (Background playback): Shorten patch description (inotia00#73)
1 parent 5038527 commit 5ecbe49

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

+1-1
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

+1-1
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)