mirror of
https://github.com/immich-app/immich.git
synced 2025-03-18 02:31:28 -05:00
chore(mobile): patch openapi preference (#16000)
This commit is contained in:
parent
90c607c1a6
commit
cef19eed97
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ dynamic upgradeDto(dynamic value, String targetType) {
|
|||
addDefault(value, 'ratings', RatingsResponse().toJson());
|
||||
addDefault(value, 'people', PeopleResponse().toJson());
|
||||
addDefault(value, 'tags', TagsResponse().toJson());
|
||||
addDefault(value, 'sharedLinks', SharedLinksResponse().toJson());
|
||||
}
|
||||
break;
|
||||
case 'ServerConfigDto':
|
||||
|
|
Loading…
Add table
Reference in a new issue