fix(YouTube/Disable forced auto captions): Subtitles don't work after playing Shorts https://github.com/inotia00/ReVanced_Extended/issues/2202

This commit is contained in:
inotia00 2024-07-13 17:22:17 +09:00
parent b560650596
commit d410f29f7a

View File

@ -20,7 +20,7 @@ object AutoCaptionsPatch : BaseBytecodePatch(
) { ) {
override fun execute(context: BytecodeContext) { 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 * Add settings