mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	chore(mobile): patch openapi preference (#16000)
This commit is contained in:
		
							parent
							
								
									90c607c1a6
								
							
						
					
					
						commit
						cef19eed97
					
				@ -10,6 +10,7 @@ dynamic upgradeDto(dynamic value, String targetType) {
 | 
				
			|||||||
        addDefault(value, 'ratings', RatingsResponse().toJson());
 | 
					        addDefault(value, 'ratings', RatingsResponse().toJson());
 | 
				
			||||||
        addDefault(value, 'people', PeopleResponse().toJson());
 | 
					        addDefault(value, 'people', PeopleResponse().toJson());
 | 
				
			||||||
        addDefault(value, 'tags', TagsResponse().toJson());
 | 
					        addDefault(value, 'tags', TagsResponse().toJson());
 | 
				
			||||||
 | 
					        addDefault(value, 'sharedLinks', SharedLinksResponse().toJson());
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
      break;
 | 
					      break;
 | 
				
			||||||
    case 'ServerConfigDto':
 | 
					    case 'ServerConfigDto':
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user