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.
1 parent 530f42c commit df57236Copy full SHA for df57236
src/main/java/me/kavin/piped/utils/CollectionUtils.java
@@ -44,8 +44,8 @@ public static Streams collectStreamInfo(StreamInfo info) {
44
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
45
46
final Map<String, String> extraParams = Map.of(
47
- "ump", "1",
48
- "srfvp", "1"
+// "ump", "1",
+// "srfvp", "1"
49
);
50
51
if (!livestream) {
0 commit comments