mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
starting dashboard paging
This commit is contained in:
parent
57f082051d
commit
a55ffea7a1
@ -240,6 +240,11 @@ namespace MediaBrowser.Common.Implementations
|
|||||||
|
|
||||||
var assemblies = GetComposablePartAssemblies().ToArray();
|
var assemblies = GetComposablePartAssemblies().ToArray();
|
||||||
|
|
||||||
|
foreach (var assembly in assemblies)
|
||||||
|
{
|
||||||
|
Logger.Info("Loading {0}", assembly.FullName);
|
||||||
|
}
|
||||||
|
|
||||||
AllTypes = assemblies.SelectMany(GetTypes).ToArray();
|
AllTypes = assemblies.SelectMany(GetTypes).ToArray();
|
||||||
|
|
||||||
AllConcreteTypes = AllTypes.Where(t => t.IsClass && !t.IsAbstract && !t.IsInterface && !t.IsGenericType).ToArray();
|
AllConcreteTypes = AllTypes.Where(t => t.IsClass && !t.IsAbstract && !t.IsInterface && !t.IsGenericType).ToArray();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user