Skip to content

Commit 7e55b5a

Browse files
authored
Merge pull request #791 from TeamPiped/disable-ump
Disable ump and srfvp for now
2 parents 2b98ce4 + d5572d7 commit 7e55b5a

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)