Clean up documentation

This commit is contained in:
Mark Monteiro
2020-05-17 14:22:36 -04:00
parent 96acd6481e
commit 526e47c362
3 changed files with 63 additions and 20 deletions

View File

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