aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/ApplicationHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-09-07 14:18:09 -0400
committerGitHub <noreply@github.com>2017-09-07 14:18:09 -0400
commit890069d312d3132391edf857730ffc9a34c9fce4 (patch)
treea46e31f6f2d155411a24e4ff3685013512a078e9 /Emby.Server.Implementations/ApplicationHost.cs
parent5116b175ce4a1f3a54c64c6f8fa8e8fba1a69e1a (diff)
parent6392f5e141b9971f7d69cc74e08118889d6d5580 (diff)
Merge pull request #2869 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index b3268b156..673798294 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -1861,7 +1861,9 @@ namespace Emby.Server.Implementations
{
"mbplus.dll",
"mbintros.dll",
- "embytv.dll"
+ "embytv.dll",
+ "Messenger.dll",
+ "MediaBrowser.Plugins.TvMazeProvider.dll"
};
return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase);