增加了通过网络主动上报图像的支持
增加了指令维护通道的支持
This commit is contained in:
@@ -77,6 +77,7 @@ public class FileStorageService : IStorageService
|
||||
|
||||
var list = JsonSerializer.Deserialize<List<VideoSourceConfig>>(json, _jsonOptions);
|
||||
return list ?? new List<VideoSourceConfig>();
|
||||
//return new List<VideoSourceConfig>();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user