diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 08:23:46 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 08:23:46 +0000 |
| commit | 3a8d395c9c88fb5a6e170504ee8d865d880d7ed6 (patch) | |
| tree | 2aab1619236628fecb0409445e7793a32730ec60 /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 5d5b198525bd3a45f6c3f61dda559597e24b7d45 (diff) | |
Update Emby.Server.Implementations/Plugins/PluginManager.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index 975b70843..34e8219e1 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -27,7 +27,6 @@ namespace Emby.Server.Implementations private readonly JsonSerializerOptions _jsonOptions; private readonly ILogger<PluginManager> _logger; private readonly IApplicationHost _appHost; - private readonly string _imagesPath; private readonly ServerConfiguration _config; private readonly IList<LocalPlugin> _plugins; private readonly Version _nextVersion; |
