mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-07 03:27:04 +01:00
fix: rename autorepeat-by-default patch to always-autorepeat
This commit is contained in:
parent
27cf708bd7
commit
3606015d71
@ -20,8 +20,8 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch
|
|||||||
|
|
||||||
@Patch(include = false)
|
@Patch(include = false)
|
||||||
@Dependencies([IntegrationsPatch::class])
|
@Dependencies([IntegrationsPatch::class])
|
||||||
@Name("autorepeat-by-default")
|
@Name("always-autorepeat")
|
||||||
@Description("Enables auto repeating of videos by default.")
|
@Description("Always repeats the playing video again.")
|
||||||
@AutoRepeatCompatibility
|
@AutoRepeatCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
class AutoRepeatPatch : BytecodePatch(
|
class AutoRepeatPatch : BytecodePatch(
|
||||||
|
Loading…
Reference in New Issue
Block a user