aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/ApplicationHost.cs3
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj7
-rw-r--r--Emby.Server.Implementations/Plugins/Active.pngbin1422 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/Disabled.pngbin1790 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/Malfunction.pngbin2091 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/NotSupported.pngbin2046 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/PluginManager.cs3
-rw-r--r--Emby.Server.Implementations/Plugins/RestartRequired.pngbin1996 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/Superceded.pngbin2136 -> 0 bytes
-rw-r--r--Emby.Server.Implementations/Plugins/blank.pngbin120 -> 0 bytes
10 files changed, 1 insertions, 12 deletions
diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index 404e28bdc..17cccdaf9 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -393,8 +393,7 @@ namespace Emby.Server.Implementations
if (_creatingInstances.IndexOf(type) != -1)
{
- Logger.LogError("DI Loop detected.");
- Logger.LogError("Attempted creation of {Type}", type.FullName);
+ Logger.LogError("DI Loop detected in the attempted creation of {Type}", type.FullName);
foreach (var entry in _creatingInstances)
{
Logger.LogError("Called from: {stack}", entry.FullName);
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 7e0be7899..0c94f937c 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -73,12 +73,5 @@
<EmbeddedResource Include="Localization\countries.json" />
<EmbeddedResource Include="Localization\Core\*.json" />
<EmbeddedResource Include="Localization\Ratings\*.csv" />
- <EmbeddedResource Include="Plugins\blank.png" />
- <EmbeddedResource Include="Plugins\Superceded.png" />
- <EmbeddedResource Include="Plugins\Disabled.png" />
- <EmbeddedResource Include="Plugins\NotSupported.png" />
- <EmbeddedResource Include="Plugins\Malfunction.png" />
- <EmbeddedResource Include="Plugins\RestartRequired.png" />
- <EmbeddedResource Include="Plugins\Active.png" />
</ItemGroup>
</Project>
diff --git a/Emby.Server.Implementations/Plugins/Active.png b/Emby.Server.Implementations/Plugins/Active.png
deleted file mode 100644
index 3722ee520..000000000
--- a/Emby.Server.Implementations/Plugins/Active.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/Disabled.png b/Emby.Server.Implementations/Plugins/Disabled.png
deleted file mode 100644
index eeb8ffefc..000000000
--- a/Emby.Server.Implementations/Plugins/Disabled.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/Malfunction.png b/Emby.Server.Implementations/Plugins/Malfunction.png
deleted file mode 100644
index d4726150e..000000000
--- a/Emby.Server.Implementations/Plugins/Malfunction.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/NotSupported.png b/Emby.Server.Implementations/Plugins/NotSupported.png
deleted file mode 100644
index a13c1f7c1..000000000
--- a/Emby.Server.Implementations/Plugins/NotSupported.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs
index 07b729748..cf25ccf48 100644
--- a/Emby.Server.Implementations/Plugins/PluginManager.cs
+++ b/Emby.Server.Implementations/Plugins/PluginManager.cs
@@ -1,7 +1,6 @@
#nullable enable
using System;
using System.Collections.Generic;
-using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
@@ -23,8 +22,6 @@ namespace Emby.Server.Implementations
/// </summary>
public class PluginManager : IPluginManager
{
- private const int OffsetFromTopRightCorner = 38;
-
private readonly string _pluginsPath;
private readonly Version _appVersion;
private readonly JsonSerializerOptions _jsonOptions;
diff --git a/Emby.Server.Implementations/Plugins/RestartRequired.png b/Emby.Server.Implementations/Plugins/RestartRequired.png
deleted file mode 100644
index 65fd102a2..000000000
--- a/Emby.Server.Implementations/Plugins/RestartRequired.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/Superceded.png b/Emby.Server.Implementations/Plugins/Superceded.png
deleted file mode 100644
index 251e70535..000000000
--- a/Emby.Server.Implementations/Plugins/Superceded.png
+++ /dev/null
Binary files differ
diff --git a/Emby.Server.Implementations/Plugins/blank.png b/Emby.Server.Implementations/Plugins/blank.png
deleted file mode 100644
index f81ae3243..000000000
--- a/Emby.Server.Implementations/Plugins/blank.png
+++ /dev/null
Binary files differ