aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-28 14:15:31 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-08-28 14:15:31 -0400
commiteffac5e88216df9c73227f7e483aa679e8cd15db (patch)
tree7d6a49fb66086fb0aa6715cf5d5ea2ce6299fc0c /Emby.Server.Implementations/ApplicationHost.cs
parent05a99105f45b46de41371bf1756a98917e8b1d14 (diff)
3.2.30.0
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
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);