record tmdb collection name

This commit is contained in:
Luke Pulverenti
2013-10-17 11:34:47 -04:00
parent 065721249a
commit f23e957381
4 changed files with 41 additions and 2 deletions

View File

@@ -20,6 +20,12 @@ namespace MediaBrowser.Controller.Entities.Movies
SpecialFeatureIds = new List<Guid>();
}
/// <summary>
/// Gets or sets the name of the TMDB collection.
/// </summary>
/// <value>The name of the TMDB collection.</value>
public string TmdbCollectionName { get; set; }
/// <summary>
/// Gets the user data key.
/// </summary>