|
|
@ -46,7 +46,6 @@ using Emby.Server.Implementations.SyncPlay;
|
|
|
|
using Emby.Server.Implementations.TV;
|
|
|
|
using Emby.Server.Implementations.TV;
|
|
|
|
using Emby.Server.Implementations.Updates;
|
|
|
|
using Emby.Server.Implementations.Updates;
|
|
|
|
using Jellyfin.Api.Helpers;
|
|
|
|
using Jellyfin.Api.Helpers;
|
|
|
|
using MediaBrowser.Api;
|
|
|
|
|
|
|
|
using MediaBrowser.Common;
|
|
|
|
using MediaBrowser.Common;
|
|
|
|
using MediaBrowser.Common.Configuration;
|
|
|
|
using MediaBrowser.Common.Configuration;
|
|
|
|
using MediaBrowser.Common.Events;
|
|
|
|
using MediaBrowser.Common.Events;
|
|
|
@ -1032,9 +1031,6 @@ namespace Emby.Server.Implementations
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Include composable parts in the Api assembly
|
|
|
|
|
|
|
|
yield return typeof(ApiEntryPoint).Assembly;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Include composable parts in the Model assembly
|
|
|
|
// Include composable parts in the Model assembly
|
|
|
|
yield return typeof(SystemInfo).Assembly;
|
|
|
|
yield return typeof(SystemInfo).Assembly;
|
|
|
|
|
|
|
|
|
|
|
|