Skip to content

Commit 3997129

Browse files
chore: Fix typo
1 parent 51facf9 commit 3997129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/youtube/video/codecs/DisableVideoCodecsPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
1919

2020
@Suppress("unused")
2121
val disableVideoCodecsPatch = bytecodePatch(
22-
name = "disable video codecs",
22+
name = "Disable video codecs",
2323
description = "Adds options to disable HDR and VP9 codecs.",
2424
) {
2525
dependsOn(

0 commit comments

Comments
 (0)