This commit is contained in:
mertalev
2026-05-04 11:30:33 -04:00
parent 60d4def0c8
commit 1e7d9645e8
8 changed files with 512 additions and 1 deletions
+2
View File
@@ -744,6 +744,8 @@ class ApiClient {
return SystemConfigDto.fromJson(value);
case 'SystemConfigFFmpegDto':
return SystemConfigFFmpegDto.fromJson(value);
case 'SystemConfigFFmpegRealtimeDto':
return SystemConfigFFmpegRealtimeDto.fromJson(value);
case 'SystemConfigFacesDto':
return SystemConfigFacesDto.fromJson(value);
case 'SystemConfigGeneratedFullsizeImageDto':