aboutsummaryrefslogtreecommitdiff
path: root/Emby.Common.Implementations/BaseApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-07-10 09:27:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-07-10 09:27:09 -0400
commita23855620236c8bca9e39f7591cdc7b1e9c4747b (patch)
tree57fa275275e04bfc28d009c73661431400c08037 /Emby.Common.Implementations/BaseApplicationHost.cs
parent07ab6a19e25b722513cf4731427ca04a08c6cb86 (diff)
update project
Diffstat (limited to 'Emby.Common.Implementations/BaseApplicationHost.cs')
-rw-r--r--Emby.Common.Implementations/BaseApplicationHost.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Common.Implementations/BaseApplicationHost.cs b/Emby.Common.Implementations/BaseApplicationHost.cs
index 847eeca64..7e0fd23b5 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<Type>();
}
try