diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-12-18 08:25:04 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-18 08:25:04 +0000 |
| commit | 8ce765c4d1cd289c88673f79a8137bf2f5cbc241 (patch) | |
| tree | 5e08f4a439b50430a5fca3e6a8a3bf896d4d8e04 /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 591ad3b04b7816d447ccd60c096a7fe730b3dea6 (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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index e92b02191..8c0cd9a36 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -15,7 +15,7 @@ using MediaBrowser.Model.Plugins; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging; -namespace Emby.Server.Implementations +namespace Emby.Server.Implementations.Plugins { /// <summary> /// Defines the <see cref="PluginManager" />. |
