We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b98ce4 + d5572d7 commit 7e55b5aCopy full SHA for 7e55b5a
src/main/java/me/kavin/piped/utils/CollectionUtils.java
@@ -43,8 +43,9 @@ public static Streams collectStreamInfo(StreamInfo info) {
43
44
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
45
46
- final var extraParams = Map.of(
47
- "ump", "1"
+ final Map<String, String> extraParams = Map.of(
+// "ump", "1",
48
+// "srfvp", "1"
49
);
50
51
if (!livestream) {
0 commit comments