mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2025-04-28 07:50:30 +05:30
chore: re-enable srfvp and ump for now
This commit is contained in:
parent
ebc52f1409
commit
8353deac68
@ -44,8 +44,8 @@ public class CollectionUtils {
|
|||||||
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
|
boolean livestream = info.getStreamType() == StreamType.LIVE_STREAM;
|
||||||
|
|
||||||
final Map<String, String> extraParams = Map.of(
|
final Map<String, String> extraParams = Map.of(
|
||||||
// "ump", "1",
|
"ump", "1",
|
||||||
// "srfvp", "1"
|
"srfvp", "1"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (!livestream) {
|
if (!livestream) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user