mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 10:17:06 +01: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
|
@Patch
|
||||||
@Dependencies([IntegrationsPatch::class, VideoIdPatch::class])
|
@Dependencies([IntegrationsPatch::class, VideoIdPatch::class])
|
||||||
@Name("default-video-quality")
|
@Name("remember-video-quality")
|
||||||
@Description("Adds the ability to select preferred video quality.")
|
@Description("Adds the ability to remember the video quality you chose in the video quality flyout.")
|
||||||
@DefaultVideoQualityCompatibility
|
@DefaultVideoQualityCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class DefaultVideoQualityPatch : BytecodePatch(
|
class RememberVideoQualityPatch : BytecodePatch(
|
||||||
listOf(
|
listOf(
|
||||||
VideoQualitySetterFingerprint
|
VideoQualitySetterFingerprint
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user