moved platinum from core solution

This commit is contained in:
LukePulverenti
2013-03-01 20:09:05 -05:00
parent 56a7fd6f23
commit 5754b776e6
2 changed files with 1 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ namespace MediaBrowser.Server.Implementations.Library
{
EntityResolutionIgnoreRules = rules;
PluginFolderCreators = pluginFolders;
EntityResolvers = resolvers;
EntityResolvers = resolvers.OrderBy(i => i.Priority).ToArray();
}
/// <summary>