Skip to content

Commit

Permalink
3.2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Aug 28, 2017
1 parent 8a057d5 commit a90b7f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Emby.Server.Implementations/ApplicationHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,8 @@ private bool EnablePlugin(string path)
{
"mbplus.dll",
"mbintros.dll",
"embytv.dll"
"embytv.dll",
"Messenger.dll"
};

return !exclude.Contains(filename ?? string.Empty, StringComparer.OrdinalIgnoreCase);
Expand Down
2 changes: 1 addition & 1 deletion SharedVersion.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Reflection;

[assembly: AssemblyVersion("3.2.29.0")]
[assembly: AssemblyVersion("3.2.30.0")]

0 comments on commit a90b7f9

Please sign in to comment.