mirror of
				https://github.com/devine-dl/devine.git
				synced 2025-11-04 03:44:49 +00:00 
			
		
		
		
	refactor(Audio): List lang after codec for consistency with other Tracks
This commit is contained in:
		
							parent
							
								
									642ad393b6
								
							
						
					
					
						commit
						57b042fa4b
					
				@ -80,9 +80,9 @@ class Audio(Track):
 | 
			
		||||
        return " | ".join(filter(bool, [
 | 
			
		||||
            "AUD",
 | 
			
		||||
            f"[{self.codec.value}]",
 | 
			
		||||
            str(self.language),
 | 
			
		||||
            str(self.channels or "?") + (f" (JOC {self.joc})" if self.joc else ""),
 | 
			
		||||
            f"{self.bitrate // 1000 if self.bitrate else '?'} kb/s",
 | 
			
		||||
            str(self.language),
 | 
			
		||||
            self.get_track_name(),
 | 
			
		||||
            self.edition
 | 
			
		||||
        ]))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user