mirror of
https://github.com/TeamPiped/Piped-Backend
synced 2025-11-07 07:30:07 +01:00
Merge pull request #741 from TeamPiped/ump-only
Only enable ump for now
This commit is contained in:
commit
813bde9ced
@ -44,8 +44,7 @@ public class CollectionUtils {
|
|||||||
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
|
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
|
||||||
|
|
||||||
final var extraParams = Map.of(
|
final var extraParams = Map.of(
|
||||||
"ump", "1",
|
"ump", "1"
|
||||||
"srfvp", "1"
|
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!livestream) {
|
if (!livestream) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user