update project

This commit is contained in:
Luke Pulverenti
2017-07-10 09:27:09 -04:00
parent 07ab6a19e2
commit a238556202
2 changed files with 4 additions and 1 deletions

View File

@@ -561,7 +561,7 @@ namespace Emby.Common.Implementations
{
if (assembly == null)
{
throw new ArgumentNullException("assembly");
return new List<Type>();
}
try