diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 14:15:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-28 14:15:31 -0400 |
| commit | effac5e88216df9c73227f7e483aa679e8cd15db (patch) | |
| tree | 7d6a49fb66086fb0aa6715cf5d5ea2ce6299fc0c /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | 05a99105f45b46de41371bf1756a98917e8b1d14 (diff) | |
3.2.30.0
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 70ec37a3b..cf46924b4 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -1846,7 +1846,8 @@ namespace Emby.Server.Implementations { "mbplus.dll", "mbintros.dll", - "embytv.dll" + "embytv.dll", + "Messenger.dll" }; return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase); |
