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
|
import app.revanced.patches.youtube.misc.playeroverlay.fingerprint.PlayerOverlaysOnFinishInflateFingerprint
|
||||||
|
|
||||||
@Name("player-overlays-hook")
|
@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
|
@PlayerOverlaysHookCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
@Dependencies([IntegrationsPatch::class])
|
@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
|
import app.revanced.patches.youtube.misc.playertype.fingerprint.UpdatePlayerTypeFingerprint
|
||||||
|
|
||||||
@Name("player-type-hook")
|
@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
|
@PlayerTypeHookCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
@Dependencies([IntegrationsPatch::class])
|
@Dependencies([IntegrationsPatch::class])
|
||||||
|
|
|
@ -17,7 +17,7 @@ import app.revanced.patches.youtube.misc.videoid.fingerprint.VideoIdFingerprint
|
||||||
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
@Name("video-id-hook")
|
@Name("video-id-hook")
|
||||||
@Description("hook to detect when the video id changes")
|
@Description("Hook to detect when the video id changes")
|
||||||
@VideoIdCompatibility
|
@VideoIdCompatibility
|
||||||
@Version("0.0.1")
|
@Version("0.0.1")
|
||||||
@Dependencies([IntegrationsPatch::class])
|
@Dependencies([IntegrationsPatch::class])
|
||||||
|
|
Loading…
Reference in a new issue