mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-04 03:27:21 -05:00 
			
		
		
		
	added more control over what items to extract chapter images from
This commit is contained in:
		
							parent
							
								
									14a8b41503
								
							
						
					
					
						commit
						0b53ab76eb
					
				@ -322,7 +322,7 @@ namespace MediaBrowser.ServerApplication
 | 
				
			|||||||
        /// </summary>
 | 
					        /// </summary>
 | 
				
			||||||
        private void SetKernelProperties()
 | 
					        private void SetKernelProperties()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            new FFMpegManager(ApplicationPaths, MediaEncoder, Logger, ItemRepository, FileSystemManager);
 | 
					            new FFMpegManager(MediaEncoder, Logger, ItemRepository, FileSystemManager, ServerConfigurationManager);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            LocalizedStrings.StringFiles = GetExports<LocalizedStringData>();
 | 
					            LocalizedStrings.StringFiles = GetExports<LocalizedStringData>();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user