Skip to content

Commit

Permalink
chore: revert re-enable srfvp and ump for now
Browse files Browse the repository at this point in the history
This reverts commit 8353dea.
  • Loading branch information
Bnyro authored Mar 2, 2025
1 parent 530f42c commit df57236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/me/kavin/piped/utils/CollectionUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public static Streams collectStreamInfo(StreamInfo info) {
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;

final Map<String, String> extraParams = Map.of(
"ump", "1",
"srfvp", "1"
// "ump", "1",
// "srfvp", "1"
);

if (!livestream) {
Expand Down

0 comments on commit df57236

Please sign in to comment.