We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51facf9 commit 3997129Copy full SHA for 3997129
patches/src/main/kotlin/app/revanced/patches/youtube/video/codecs/DisableVideoCodecsPatch.kt
@@ -19,7 +19,7 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
19
20
@Suppress("unused")
21
val disableVideoCodecsPatch = bytecodePatch(
22
- name = "disable video codecs",
+ name = "Disable video codecs",
23
description = "Adds options to disable HDR and VP9 codecs.",
24
) {
25
dependsOn(
0 commit comments