Merge pull request #741 from TeamPiped/ump-only

Only enable ump for now
This commit is contained in:
Kavin 2023-11-28 01:21:17 +00:00 committed by GitHub
commit 813bde9ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ public class CollectionUtils {
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
final var extraParams = Map.of(
"ump", "1",
"srfvp", "1"
"ump", "1"
);
if (!livestream) {