mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Add ConfigureAwait false MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
		
							parent
							
								
									f1862f9b1a
								
							
						
					
					
						commit
						a3c5afa443
					
				@ -218,7 +218,7 @@ namespace MediaBrowser.Providers.MediaInfo
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            await AddExternalSubtitles(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
 | 
					            await AddExternalSubtitles(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            await AddExternalAudio(video, mediaStreams, options, cancellationToken);
 | 
					            await AddExternalAudio(video, mediaStreams, options, cancellationToken).ConfigureAwait(false);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            var libraryOptions = _libraryManager.GetLibraryOptions(video);
 | 
					            var libraryOptions = _libraryManager.GetLibraryOptions(video);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user