You've already forked immich
							
							
				mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 00:18:28 +02:00 
			
		
		
		
	fix(web): fallback aperture info when there is no locale set (#11770)
* fix(web): fallback aperture info when there is no locale set * pr feedback
This commit is contained in:
		| @@ -384,7 +384,7 @@ | ||||
|           <p>{asset.exifInfo.make || ''} {asset.exifInfo.model || ''}</p> | ||||
|           <div class="flex gap-2 text-sm"> | ||||
|             {#if asset.exifInfo?.fNumber} | ||||
|               <p>{$locale ? `ƒ/${asset.exifInfo.fNumber.toLocaleString($locale)}` : ''}</p> | ||||
|               <p>ƒ/{asset.exifInfo.fNumber.toLocaleString($locale)}</p> | ||||
|             {/if} | ||||
|  | ||||
|             {#if asset.exifInfo.exposureTime} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user