mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
configurable cleanup
This commit is contained in:
parent
d660ab2218
commit
7222d7af30
14 changed files with 183 additions and 5 deletions
2
mobile/openapi/lib/api_client.dart
generated
2
mobile/openapi/lib/api_client.dart
generated
|
|
@ -684,6 +684,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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue