fix(YouTube - Shorts autoplay): Shorts do not autoplay when using older app targets
Co-authored-by: LisoUseInAIKyrios <118716522+lisouseinaikyrios@users.noreply.github.com>
This commit is contained in:
parent
cc019ec78b
commit
9b66637a58
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ public class ShortsAutoplayPatch {
|
|||
}
|
||||
|
||||
ShortsLoopBehavior autoPlayBehavior = IS_21_10_OR_GREATER
|
||||
? ShortsLoopBehavior.SINGLE_PLAY
|
||||
: ShortsLoopBehavior.AUTO_ADVANCE;
|
||||
? ShortsLoopBehavior.AUTO_ADVANCE
|
||||
: ShortsLoopBehavior.SINGLE_PLAY;
|
||||
|
||||
Enum<?> overrideBehavior = (autoplay
|
||||
? autoPlayBehavior
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue