Skip to content

Commit df57236

Browse files
authored
chore: revert re-enable srfvp and ump for now
This reverts commit 8353dea.
1 parent 530f42c commit df57236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ public static Streams collectStreamInfo(StreamInfo info) {
4444
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
4545

4646
final Map<String, String> extraParams = Map.of(
47-
"ump", "1",
48-
"srfvp", "1"
47+
// "ump", "1",
48+
// "srfvp", "1"
4949
);
5050

5151
if (!livestream) {

0 commit comments

Comments
 (0)