more commenting for api docs

This commit is contained in:
LukePulverenti
2013-03-09 00:15:51 -05:00
parent ea1b57a4d8
commit ca5acb6edc
9 changed files with 57 additions and 32 deletions

View File

@@ -209,9 +209,9 @@ namespace MediaBrowser.Common.Implementations
/// </summary>
protected virtual void FindParts()
{
Resolve<ITaskManager>().AddTasks(GetExports<IScheduledTask>(false));
Plugins = GetExports<IPlugin>();
Resolve<ITaskManager>().AddTasks(GetExports<IScheduledTask>(false));
}
/// <summary>