Browse Source

Removing left over edits left from the acceptance of previous PR's.

Greenback 4 years ago
parent
commit
60a6627140

+ 0 - 1
Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs

@@ -10,7 +10,6 @@ using MediaBrowser.Common.Extensions;
 using MediaBrowser.Model.Configuration;
 using MediaBrowser.Model.IO;
 using MediaBrowser.Model.Serialization;
-using Microsoft.EntityFrameworkCore.Migrations.Operations;
 using Microsoft.Extensions.Logging;
 
 namespace Emby.Server.Implementations.AppBase

+ 0 - 2
Jellyfin.Api/Controllers/ConfigurationController.cs

@@ -4,9 +4,7 @@ using System.Text.Json;
 using System.Threading.Tasks;
 using Jellyfin.Api.Attributes;
 using Jellyfin.Api.Constants;
-using Jellyfin.Api.Migrations;
 using Jellyfin.Api.Models.ConfigurationDtos;
-using Jellyfin.Networking.Configuration;
 using MediaBrowser.Common.Json;
 using MediaBrowser.Controller.Configuration;
 using MediaBrowser.Controller.MediaEncoding;

+ 0 - 1
Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj

@@ -37,7 +37,6 @@
 
   <ItemGroup>
     <ProjectReference Include="..\Jellyfin.Data\Jellyfin.Data.csproj" />
-    <ProjectReference Include="..\Jellyfin.Networking\Jellyfin.Networking.csproj" />
     <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
     <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
   </ItemGroup>

+ 1 - 1
MediaBrowser.Common/Configuration/IConfigurationManager.cs

@@ -56,7 +56,7 @@ namespace MediaBrowser.Common.Configuration
         /// <summary>
         /// Gets the configuration.
         /// </summary>
-        /// /// <param name="key">The key.</param>
+        /// <param name="key">The key.</param>
         /// <returns>System.Object.</returns>
         object GetConfiguration(string key);