修复主播端开播设置clarityType失效问题
This commit is contained in:
parent
af58ec755d
commit
e0d7137727
@ -695,7 +695,7 @@ public class LiveHttpUtil {
|
|||||||
.params("landscape", "2")
|
.params("landscape", "2")
|
||||||
.params("class_type", "0")
|
.params("class_type", "0")
|
||||||
.params("type_val", typeVal)
|
.params("type_val", typeVal)
|
||||||
.params("clarityType ", clarityType);
|
.params("clarityType", clarityType);
|
||||||
if (file != null) {
|
if (file != null) {
|
||||||
request.params("file", file);
|
request.params("file", file);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user