mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-01 01:36:10 +01:00
Try to not crash on unsupported plugin load
This commit is contained in:
parent
bd4269cb59
commit
147e434634
1 changed files with 1 additions and 1 deletions
|
|
@ -1167,7 +1167,7 @@ namespace Emby.Server.Implementations
|
|||
{
|
||||
exportedTypes = ass.GetExportedTypes();
|
||||
}
|
||||
catch (TypeLoadException ex)
|
||||
catch (FileNotFoundException ex)
|
||||
{
|
||||
Logger.LogError(ex, "Error getting exported types from {Assembly}", ass.FullName);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in a new issue