From a23855620236c8bca9e39f7591cdc7b1e9c4747b Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 10 Jul 2017 09:27:09 -0400 Subject: [PATCH 1/2] update project --- Emby.Common.Implementations/BaseApplicationHost.cs | 2 +- Emby.Server.Implementations/Emby.Server.Implementations.csproj | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Emby.Common.Implementations/BaseApplicationHost.cs b/Emby.Common.Implementations/BaseApplicationHost.cs index 847eeca644..7e0fd23b53 100644 --- a/Emby.Common.Implementations/BaseApplicationHost.cs +++ b/Emby.Common.Implementations/BaseApplicationHost.cs @@ -561,7 +561,7 @@ namespace Emby.Common.Implementations { if (assembly == null) { - throw new ArgumentNullException("assembly"); + return new List(); } try diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 0e6b9b8f11..1b0cbb936a 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -418,6 +418,9 @@ + + +