mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Disable ump and srfvp for now.
This commit is contained in:
parent
2b98ce4646
commit
d5572d70a7
1 changed files with 3 additions and 2 deletions
|
@ -43,8 +43,9 @@ public class CollectionUtils {
|
|||
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue