mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
5b4e48913f
1 changed files with 5 additions and 0 deletions
|
|
@ -240,6 +240,11 @@ namespace MediaBrowser.Common.Implementations
|
|||
|
||||
var assemblies = GetComposablePartAssemblies().ToArray();
|
||||
|
||||
foreach (var assembly in assemblies)
|
||||
{
|
||||
Logger.Info("Loading {0}", assembly.FullName);
|
||||
}
|
||||
|
||||
AllTypes = assemblies.SelectMany(GetTypes).ToArray();
|
||||
|
||||
AllConcreteTypes = AllTypes.Where(t => t.IsClass && !t.IsAbstract && !t.IsInterface && !t.IsGenericType).ToArray();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue