mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
feat: clarify patch descriptions
This commit is contained in:
@ -9,7 +9,7 @@ import app.revanced.util.patch.BaseResourcePatch
|
||||
@Suppress("unused")
|
||||
object OpusCodecPatch : BaseResourcePatch(
|
||||
name = "Enable OPUS codec",
|
||||
description = "Adds an option to use the OPUS audio codec instead of the MP4A audio codec.",
|
||||
description = "Adds an options to enable the OPUS audio codec if the player response includes.",
|
||||
dependencies = setOf(
|
||||
OpusCodecBytecodePatch::class,
|
||||
SettingsPatch::class
|
||||
|
Reference in New Issue
Block a user