diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 00:15:51 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-09 00:15:51 -0500 |
| commit | ca5acb6edc797b9fedd04ab4e8f5fb65e5b5b251 (patch) | |
| tree | cf0410fb067e6d6bb26ed2d78de1238a2d0eddc9 /MediaBrowser.Common.Implementations/BaseApplicationHost.cs | |
| parent | ea1b57a4d84940af1b928907953cda040ea87093 (diff) | |
more commenting for api docs
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index a4d191148..a9c73d0e9 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -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> |
