Skip to content

Commit f88b3a5

Browse files
refactor(YouTube - Spoof video streams): Adjust preferred client order
1 parent 0eeaf7a commit f88b3a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/youtube/src/main/java/app/revanced/extension/youtube/patches/spoof/SpoofVideoStreamsPatch.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ public class SpoofVideoStreamsPatch {
2121
public static void setClientOrderToUse() {
2222
List<ClientType> availableClients = List.of(
2323
ANDROID_VR_1_61_48,
24-
ANDROID_CREATOR,
2524
VISIONOS,
2625
IPADOS,
26+
// Creator must be next to last, because livestreams fetch successfully but don't playback.
27+
ANDROID_CREATOR,
2728
// VR 1.43 must be last as spoof streaming data handles it slightly differently.
2829
ANDROID_VR_1_43_32
2930
);

0 commit comments

Comments
 (0)