Skip to content

Commit

Permalink
fix: rename autorepeat-by-default patch to always-autorepeat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJeterLP authored Jul 24, 2022
1 parent 27cf708 commit 3606015
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch

@Patch(include = false)
@Dependencies([IntegrationsPatch::class])
@Name("autorepeat-by-default")
@Description("Enables auto repeating of videos by default.")
@Name("always-autorepeat")
@Description("Always repeats the playing video again.")
@AutoRepeatCompatibility
@Version("0.0.1")
class AutoRepeatPatch : BytecodePatch(
Expand Down

0 comments on commit 3606015

Please sign in to comment.