Rename Name to ProviderName

This commit is contained in:
Mark Monteiro
2020-05-17 17:35:43 -04:00
parent c82f7eeca1
commit d06fee75b6
12 changed files with 27 additions and 26 deletions

View File

@@ -11,7 +11,7 @@ namespace MediaBrowser.Providers.Movies
public class ImdbExternalId : IExternalId
{
/// <inheritdoc />
public string Name => "IMDb";
public string ProviderName => "IMDb";
/// <inheritdoc />
public string Key => MetadataProviders.Imdb.ToString();
@@ -38,7 +38,7 @@ namespace MediaBrowser.Providers.Movies
public class ImdbPersonExternalId : IExternalId
{
/// <inheritdoc />
public string Name => "IMDb";
public string ProviderName => "IMDb";
/// <inheritdoc />
public string Key => MetadataProviders.Imdb.ToString();