mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:39:37 -05:00 
			
		
		
		
	fix(mobile): fix JSON-format typos in Asset model (#4942)
This commit is contained in:
		
							parent
							
								
									895129c997
								
							
						
					
					
						commit
						3b11854702
					
				@ -419,12 +419,12 @@ class Asset {
 | 
				
			|||||||
  "type": "$type",
 | 
					  "type": "$type",
 | 
				
			||||||
  "fileName": "$fileName", 
 | 
					  "fileName": "$fileName", 
 | 
				
			||||||
  "isFavorite": $isFavorite, 
 | 
					  "isFavorite": $isFavorite, 
 | 
				
			||||||
  "isRemote: $isRemote,
 | 
					  "isRemote": $isRemote,
 | 
				
			||||||
  "storage": "$storage",
 | 
					  "storage": "$storage",
 | 
				
			||||||
  "width": ${width ?? "N/A"},
 | 
					  "width": ${width ?? "N/A"},
 | 
				
			||||||
  "height": ${height ?? "N/A"},
 | 
					  "height": ${height ?? "N/A"},
 | 
				
			||||||
  "isArchived": $isArchived,
 | 
					  "isArchived": $isArchived,
 | 
				
			||||||
  "isTrashed": $isTrashed,
 | 
					  "isTrashed": $isTrashed
 | 
				
			||||||
}""";
 | 
					}""";
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user