فهرست منبع

Try to not crash on unsupported plugin load

Bond_009 5 سال پیش
والد
کامیت
147e434634
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Emby.Server.Implementations/ApplicationHost.cs

+ 1 - 1
Emby.Server.Implementations/ApplicationHost.cs

@@ -1167,7 +1167,7 @@ namespace Emby.Server.Implementations
                 {
                 {
                     exportedTypes = ass.GetExportedTypes();
                     exportedTypes = ass.GetExportedTypes();
                 }
                 }
-                catch (TypeLoadException ex)
+                catch (FileNotFoundException ex)
                 {
                 {
                     Logger.LogError(ex, "Error getting exported types from {Assembly}", ass.FullName);
                     Logger.LogError(ex, "Error getting exported types from {Assembly}", ass.FullName);
                     continue;
                     continue;