diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2020-09-14 17:58:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 17:58:10 +0100 |
| commit | f73e744785fc8016e858c9f676ac0b04ee4f564b (patch) | |
| tree | 62841484888b9d67f3b386ec93b34cad5be04fbc /Emby.Server.Implementations/Plugins/PlugInManifest.cs | |
| parent | 68d08e94fded259adc2b2cd3d9379d6ab1e8b384 (diff) | |
Update Emby.Server.Implementations/Plugins/PlugInManifest.cs
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PlugInManifest.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PlugInManifest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Plugins/PlugInManifest.cs b/Emby.Server.Implementations/Plugins/PlugInManifest.cs index fa48d73c5..b874676d8 100644 --- a/Emby.Server.Implementations/Plugins/PlugInManifest.cs +++ b/Emby.Server.Implementations/Plugins/PlugInManifest.cs @@ -5,7 +5,7 @@ namespace Emby.Server.Implementations.Plugins /// <summary> /// Defines a Plugin manifest file. /// </summary> - public class PlugInManifest + public class PluginManifest { /// <summary> /// Gets or sets the category of the plugin. |
