临时提交

This commit is contained in:
648540858
2024-07-17 17:56:26 +08:00
parent 15f44b0d23
commit e46ad4e66a
11 changed files with 149 additions and 106 deletions

View File

@@ -68,7 +68,7 @@ public class StreamPush extends CommonGBChannel implements Comparable<StreamPush
* 是否正在推流
*/
@Schema(description = "是否正在推流")
private boolean pushIng;
private boolean pushing;
@Override
public int compareTo(@NotNull StreamPush streamPushItem) {