mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-05-11 20:14:31 +02:00
fix: rename default-video-quality
to remember-video-quality
This change describes the patch more clearly
This commit is contained in:
parent
27c1c4938e
commit
7f6cdfd7c2
@ -23,11 +23,11 @@ import org.jf.dexlib2.iface.reference.FieldReference
|
||||
|
||||
@Patch
|
||||
@Dependencies([IntegrationsPatch::class, VideoIdPatch::class])
|
||||
@Name("default-video-quality")
|
||||
@Description("Adds the ability to select preferred video quality.")
|
||||
@Name("remember-video-quality")
|
||||
@Description("Adds the ability to remember the video quality you chose in the video quality flyout.")
|
||||
@DefaultVideoQualityCompatibility
|
||||
@Version("0.0.1")
|
||||
class DefaultVideoQualityPatch : BytecodePatch(
|
||||
class RememberVideoQualityPatch : BytecodePatch(
|
||||
listOf(
|
||||
VideoQualitySetterFingerprint
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user