Skip to content

Commit

Permalink
Merge pull request #791 from TeamPiped/disable-ump
Browse files Browse the repository at this point in the history
Disable ump and srfvp for now
  • Loading branch information
FireMasterK authored Apr 2, 2024
2 parents 2b98ce4 + d5572d7 commit 7e55b5a
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 7e55b5a

Please sign in to comment.