Fix Exiftool stderr being read as an image description
Fixes: https://akkoma.dev/AkkomaGang/akkoma/issues/773
This commit is contained in:
		
							parent
							
								
									5e92f955ac
								
							
						
					
					
						commit
						c2d3221be3
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -33,8 +33,7 @@ defp read_when_empty(current_description, _, _) when is_binary(current_descripti
 | 
			
		|||
  defp read_when_empty(_, file, tag) do
 | 
			
		||||
    try do
 | 
			
		||||
      {tag_content, 0} =
 | 
			
		||||
        System.cmd("exiftool", ["-b", "-s3", tag, file],
 | 
			
		||||
          stderr_to_stdout: true,
 | 
			
		||||
        System.cmd("exiftool", ["-b", "-s3", "-ignoreMinorErrors", "-q", "-q", tag, file],
 | 
			
		||||
          parallelism: true
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue