mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-30 18:22:48 -04:00 
			
		
		
		
	Fix TypeLoadException during plugin load
This commit is contained in:
		
							parent
							
								
									fb91e4fc23
								
							
						
					
					
						commit
						942c733d4f
					
				| @ -871,6 +871,11 @@ namespace Emby.Server.Implementations | ||||
|                     Logger.LogError(ex, "Error getting exported types from {Assembly}", ass.FullName); | ||||
|                     continue; | ||||
|                 } | ||||
|                 catch (TypeLoadException ex) | ||||
|                 { | ||||
|                     Logger.LogError(ex, "Error loading types from {Assembly}.", ass.FullName); | ||||
|                     continue; | ||||
|                 } | ||||
| 
 | ||||
|                 foreach (Type type in exportedTypes) | ||||
|                 { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user