aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-29 22:45:18 -0400
committerGitHub <noreply@github.com>2017-05-29 22:45:18 -0400
commit9f094322f7b84668c74c95e64d25e1ced70bb194 (patch)
tree9c30babcfd7eda13c1a0f358496194255b6a230f /Emby.Server.Core
parent1ccab75cd095d04e263a61e909cd8135c4bbfdde (diff)
parent01843ad4c3739399059a82d47032303b74972c40 (diff)
Merge pull request #2673 from MediaBrowser/dev
update project files
Diffstat (limited to 'Emby.Server.Core')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs1
-rw-r--r--Emby.Server.Core/Emby.Server.Core.csproj1
2 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index 690e4c488c..5e9024e1d3 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -492,7 +492,6 @@ namespace Emby.Server.Core
{
var migrations = new List<IVersionMigration>
{
- new UpdateLevelMigration(ServerConfigurationManager, this, HttpClient, JsonSerializer, _releaseAssetFilename, Logger)
};
foreach (var task in migrations)
diff --git a/Emby.Server.Core/Emby.Server.Core.csproj b/Emby.Server.Core/Emby.Server.Core.csproj
index bfd678acd1..01193bb6cd 100644
--- a/Emby.Server.Core/Emby.Server.Core.csproj
+++ b/Emby.Server.Core/Emby.Server.Core.csproj
@@ -87,7 +87,6 @@
<Compile Include="Logging\ConsoleLogger.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SystemEvents.cs" />
- <Compile Include="UpdateLevelHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">