This commit is contained in:
Luke Pulverenti 2017-08-28 14:15:31 -04:00
parent 05a99105f4
commit effac5e882
2 changed files with 3 additions and 2 deletions

View File

@ -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);

View File

@ -1,3 +1,3 @@
using System.Reflection;
[assembly: AssemblyVersion("3.2.29.0")]
[assembly: AssemblyVersion("3.2.30.0")]