diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-07-12 14:55:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-12 14:55:26 -0400 |
| commit | 302605e0e9ff2aef09b697bcc23eb6de7e24f60d (patch) | |
| tree | a38b1e492201dcef91d2e67d4fb3af9a829bfe2c /Emby.Common.Implementations/BaseApplicationHost.cs | |
| parent | 5199fea8e6b16e694e5b2cf8ebdad1c87eecf4ca (diff) | |
| parent | b8d4ef5fc6a1d042c8521265b50ef60eaa492e68 (diff) | |
Merge pull request #2753 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | Emby.Common.Implementations/BaseApplicationHost.cs | 2 |
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 |
