mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-11-04 03:17:00 -05:00 
			
		
		
		
	Merge branch 'master' of https://github.com/advplyr/audiobookshelf
This commit is contained in:
		
						commit
						745a491f90
					
				@ -88,8 +88,8 @@ function parseMediaStreamInfo(stream, all_streams, total_bit_rate) {
 | 
				
			|||||||
    codec_time_base: stream.codec_time_base || null,
 | 
					    codec_time_base: stream.codec_time_base || null,
 | 
				
			||||||
    time_base: stream.time_base || null,
 | 
					    time_base: stream.time_base || null,
 | 
				
			||||||
    bit_rate: tryGrabBitRate(stream, all_streams, total_bit_rate),
 | 
					    bit_rate: tryGrabBitRate(stream, all_streams, total_bit_rate),
 | 
				
			||||||
    language: tryGrabTag(stream, 'language'),
 | 
					    language: tryGrabTags(stream, 'language'),
 | 
				
			||||||
    title: tryGrabTag(stream, 'title')
 | 
					    title: tryGrabTags(stream, 'title')
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
  if (stream.tags) info.tags = stream.tags
 | 
					  if (stream.tags) info.tags = stream.tags
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user