diff options
| author | AmbulantRex <21176662+AmbulantRex@users.noreply.github.com> | 2023-03-30 12:56:57 -0600 |
|---|---|---|
| committer | AmbulantRex <21176662+AmbulantRex@users.noreply.github.com> | 2023-03-30 12:56:57 -0600 |
| commit | 677b1f8e34799d26ffa9ef792aabcc79ad9073ca (patch) | |
| tree | a263cd0978b8d0ecbeb835e7173a514c972e18a5 /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 891b9f7a997ce5e5892c1b0f166a921ff07abf68 (diff) | |
Remove unnecessary using statements in PluginManager
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index a5c55c8a0..d253a0ab9 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -22,11 +22,8 @@ using MediaBrowser.Model.Configuration; using MediaBrowser.Model.IO; using MediaBrowser.Model.Plugins; using MediaBrowser.Model.Updates; -using Microsoft.AspNetCore.Mvc.ApplicationParts; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; -using Nikse.SubtitleEdit.Core.Common; -using SQLitePCL.pretty; namespace Emby.Server.Implementations.Plugins { |
