mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
configurable cleanup
This commit is contained in:
Generated
+2
@@ -676,6 +676,8 @@ class ApiClient {
|
||||
return SystemConfigOAuthDto.fromJson(value);
|
||||
case 'SystemConfigPasswordLoginDto':
|
||||
return SystemConfigPasswordLoginDto.fromJson(value);
|
||||
case 'SystemConfigRemovePartialUploadsDto':
|
||||
return SystemConfigRemovePartialUploadsDto.fromJson(value);
|
||||
case 'SystemConfigReverseGeocodingDto':
|
||||
return SystemConfigReverseGeocodingDto.fromJson(value);
|
||||
case 'SystemConfigServerDto':
|
||||
|
||||
Reference in New Issue
Block a user