mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-12-12 21:30:29 +05:30
Only enable ump for now.
This commit is contained in:
parent
d7762f099a
commit
4a3a4236c0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user