Skip to content

Commit

Permalink
fix(YouTube - Disable forced auto captions): Subtitles don't work aft…
Browse files Browse the repository at this point in the history
…er playing Shorts
  • Loading branch information
inotia00 authored and Francesco146 committed Jul 14, 2024
1 parent ff70195 commit b1d091f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object AutoCaptionsPatch : BaseBytecodePatch(
) {
override fun execute(context: BytecodeContext) {

VideoInformationPatch.hookBackgroundPlay("$GENERAL_CLASS_DESCRIPTOR->newVideoStarted(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JZ)V")
VideoInformationPatch.hook("$GENERAL_CLASS_DESCRIPTOR->newVideoStarted(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;JZ)V")

/**
* Add settings
Expand Down

0 comments on commit b1d091f

Please sign in to comment.