diff options
Diffstat (limited to 'Emby.Server.Implementations/Plugins')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/Active.png | bin | 1422 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/Disabled.png | bin | 1790 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/Malfunction.png | bin | 2091 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/NotSupported.png | bin | 2046 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 3 | ||||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/RestartRequired.png | bin | 1996 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/Superceded.png | bin | 2136 -> 0 bytes | |||
| -rw-r--r-- | Emby.Server.Implementations/Plugins/blank.png | bin | 120 -> 0 bytes |
8 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Plugins/Active.png b/Emby.Server.Implementations/Plugins/Active.png Binary files differdeleted file mode 100644 index 3722ee520..000000000 --- a/Emby.Server.Implementations/Plugins/Active.png +++ /dev/null diff --git a/Emby.Server.Implementations/Plugins/Disabled.png b/Emby.Server.Implementations/Plugins/Disabled.png Binary files differdeleted file mode 100644 index eeb8ffefc..000000000 --- a/Emby.Server.Implementations/Plugins/Disabled.png +++ /dev/null diff --git a/Emby.Server.Implementations/Plugins/Malfunction.png b/Emby.Server.Implementations/Plugins/Malfunction.png Binary files differdeleted file mode 100644 index d4726150e..000000000 --- a/Emby.Server.Implementations/Plugins/Malfunction.png +++ /dev/null diff --git a/Emby.Server.Implementations/Plugins/NotSupported.png b/Emby.Server.Implementations/Plugins/NotSupported.png Binary files differdeleted file mode 100644 index a13c1f7c1..000000000 --- a/Emby.Server.Implementations/Plugins/NotSupported.png +++ /dev/null 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 Binary files differdeleted file mode 100644 index 65fd102a2..000000000 --- a/Emby.Server.Implementations/Plugins/RestartRequired.png +++ /dev/null diff --git a/Emby.Server.Implementations/Plugins/Superceded.png b/Emby.Server.Implementations/Plugins/Superceded.png Binary files differdeleted file mode 100644 index 251e70535..000000000 --- a/Emby.Server.Implementations/Plugins/Superceded.png +++ /dev/null diff --git a/Emby.Server.Implementations/Plugins/blank.png b/Emby.Server.Implementations/Plugins/blank.png Binary files differdeleted file mode 100644 index f81ae3243..000000000 --- a/Emby.Server.Implementations/Plugins/blank.png +++ /dev/null |
