diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-06-21 19:41:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 19:41:11 +0000 |
| commit | 743032f1e12fb964802b28de21aec977b556b786 (patch) | |
| tree | 23094078d95eabd91171ee45e435e0412ef56faf /Emby.Server.Implementations/ApplicationHost.cs | |
| parent | a6664b8335fd8666b09114624cb5f34f9f44716f (diff) | |
| parent | 4eb94b8fb18ef2fdddfb7a7fe1cde484e6c6ff06 (diff) | |
Merge pull request #3393 from Ullmie02/api-dashboard
Move DashboardController to Jellyfin.Api
Diffstat (limited to 'Emby.Server.Implementations/ApplicationHost.cs')
| -rw-r--r-- | Emby.Server.Implementations/ApplicationHost.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs index 5772dd479..25ee7e9ec 100644 --- a/Emby.Server.Implementations/ApplicationHost.cs +++ b/Emby.Server.Implementations/ApplicationHost.cs @@ -97,7 +97,6 @@ using MediaBrowser.Providers.Chapters; using MediaBrowser.Providers.Manager; using MediaBrowser.Providers.Plugins.TheTvdb; using MediaBrowser.Providers.Subtitles; -using MediaBrowser.WebDashboard.Api; using MediaBrowser.XbmcMetadata.Providers; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.DependencyInjection; @@ -1037,9 +1036,6 @@ namespace Emby.Server.Implementations // Include composable parts in the Api assembly yield return typeof(ApiEntryPoint).Assembly; - // Include composable parts in the Dashboard assembly - yield return typeof(DashboardService).Assembly; - // Include composable parts in the Model assembly yield return typeof(SystemInfo).Assembly; |
