Skip to content

Commit

Permalink
Merge pull request #741 from TeamPiped/ump-only
Browse files Browse the repository at this point in the history
Only enable ump for now
  • Loading branch information
FireMasterK authored Nov 28, 2023
2 parents d7762f0 + 4a3a423 commit 813bde9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 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,7 @@ public static Streams collectStreamInfo(StreamInfo info) {
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;

final var extraParams = Map.of(
"ump", "1",
"srfvp", "1"
"ump", "1"
);

if (!livestream) {
Expand Down

0 comments on commit 813bde9

Please sign in to comment.