mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
3.2.30.0
This commit is contained in:
parent
05a99105f4
commit
effac5e882
@ -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);
|
||||
|
@ -1,3 +1,3 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("3.2.29.0")]
|
||||
[assembly: AssemblyVersion("3.2.30.0")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user