diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-03-08 14:21:38 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-03-08 14:21:38 -0500 |
| commit | 810d6d5dc4003d4154f3be045923a0ccce61affe (patch) | |
| tree | 8de40030085f754b3adf436d2112defb784a8b10 /MediaBrowser.ServerApplication/ApplicationHost.cs | |
| parent | e56a16890916378286c94d3869e7b5e3cf02f03a (diff) | |
| parent | c4c9126f79f43ad865cfa670bda90a94ffb39d9c (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.ServerApplication/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/ApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/ApplicationHost.cs b/MediaBrowser.ServerApplication/ApplicationHost.cs index 179a2e240..c822aae84 100644 --- a/MediaBrowser.ServerApplication/ApplicationHost.cs +++ b/MediaBrowser.ServerApplication/ApplicationHost.cs @@ -295,7 +295,7 @@ namespace MediaBrowser.ServerApplication } // Include composable parts in the Api assembly - yield return typeof(ApiService).Assembly; + yield return typeof(ApiEntryPoint).Assembly; // Include composable parts in the Dashboard assembly yield return typeof(DashboardInfo).Assembly; |
