Skip to content

Commit

Permalink
Disable ump and srfvp for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Apr 2, 2024
1 parent 2b98ce4 commit d5572d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/me/kavin/piped/utils/CollectionUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ public static Streams collectStreamInfo(StreamInfo info) {

boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;

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

if (!livestream) {
Expand Down

0 comments on commit d5572d7

Please sign in to comment.