Skip to content

Commit d5572d7

Browse files
committed
Disable ump and srfvp for now.
1 parent 2b98ce4 commit d5572d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/java/me/kavin/piped/utils/CollectionUtils.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ public static Streams collectStreamInfo(StreamInfo info) {
4343

4444
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
4545

46-
final var extraParams = Map.of(
47-
"ump", "1"
46+
final Map<String, String> extraParams = Map.of(
47+
// "ump", "1",
48+
// "srfvp", "1"
4849
);
4950

5051
if (!livestream) {

0 commit comments

Comments
 (0)