mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-19 11:29:23 +01:00
style: uppercase first letter in descriptions
This commit is contained in:
parent
2fdc50776a
commit
bb40de567f
@ -14,7 +14,7 @@ import app.revanced.patches.youtube.misc.playeroverlay.annotation.PlayerOverlays
|
||||
import app.revanced.patches.youtube.misc.playeroverlay.fingerprint.PlayerOverlaysOnFinishInflateFingerprint
|
||||
|
||||
@Name("player-overlays-hook")
|
||||
@Description("hook for adding custom overlays to the video player.")
|
||||
@Description("Hook for adding custom overlays to the video player.")
|
||||
@PlayerOverlaysHookCompatibility
|
||||
@Version("0.0.1")
|
||||
@Dependencies([IntegrationsPatch::class])
|
||||
|
@ -14,7 +14,7 @@ import app.revanced.patches.youtube.misc.playertype.annotation.PlayerTypeHookCom
|
||||
import app.revanced.patches.youtube.misc.playertype.fingerprint.UpdatePlayerTypeFingerprint
|
||||
|
||||
@Name("player-type-hook")
|
||||
@Description("hook to get the current player type of WatchWhileActivity")
|
||||
@Description("Hook to get the current player type of WatchWhileActivity")
|
||||
@PlayerTypeHookCompatibility
|
||||
@Version("0.0.1")
|
||||
@Dependencies([IntegrationsPatch::class])
|
||||
|
@ -17,7 +17,7 @@ import app.revanced.patches.youtube.misc.videoid.fingerprint.VideoIdFingerprint
|
||||
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Name("video-id-hook")
|
||||
@Description("hook to detect when the video id changes")
|
||||
@Description("Hook to detect when the video id changes")
|
||||
@VideoIdCompatibility
|
||||
@Version("0.0.1")
|
||||
@Dependencies([IntegrationsPatch::class])
|
||||
|
Loading…
Reference in New Issue
Block a user