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

@@ -8,6 +8,7 @@ namespace MediaBrowser.Model.Providers
/// <summary>
/// Gets or sets the display name of the external id provider (IE: IMDB, MusicBrainz, etc).
/// </summary>
// TODO: This should be renamed to ProviderName
public string Name { get; set; }
/// <summary>