Update MediaBrowser.Common/Plugins/IPluginRegistrar.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/4253/head
BaronGreenback 4 years ago committed by GitHub
parent d31178ab4b
commit ae8a3bc02c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ namespace MediaBrowser.Common.Plugins
/// <summary>
/// Defines the <see cref="IPluginRegistrar" />.
/// </summary>
public interface IPluginRegistrar
public interface IPluginServiceRegistrator
{
/// <summary>
/// Registers the plugin's services with the service collection.

Loading…
Cancel
Save