mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01: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,
 | 
			
		||||
    time_base: stream.time_base || null,
 | 
			
		||||
    bit_rate: tryGrabBitRate(stream, all_streams, total_bit_rate),
 | 
			
		||||
    language: tryGrabTag(stream, 'language'),
 | 
			
		||||
    title: tryGrabTag(stream, 'title')
 | 
			
		||||
    language: tryGrabTags(stream, 'language'),
 | 
			
		||||
    title: tryGrabTags(stream, 'title')
 | 
			
		||||
  }
 | 
			
		||||
  if (stream.tags) info.tags = stream.tags
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user