修复通道列表音频开关

pull/1642/head
648540858 2024-09-19 11:09:37 +08:00
parent 91c4677de4
commit 1b33afc0ea
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class DeviceChannel extends CommonGBChannel {
private String streamId;
@Schema(description = "是否含有音频")
private boolean ld;
private boolean hasAudio;
@Schema(description = "GPS的更新时间")
private String gpsTime;