This commit is contained in:
Eric Reed
2013-03-08 14:21:38 -05:00
16 changed files with 82 additions and 66 deletions

View File

@@ -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;