basic item saving

This commit is contained in:
Luke Pulverenti
2013-05-27 22:36:51 -04:00
parent 657097ee15
commit 74d761c981
4 changed files with 92 additions and 1 deletions

View File

@@ -66,6 +66,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The official rating.</value>
public string OfficialRating { get; set; }
/// <summary>
/// Gets or sets the custom rating.
/// </summary>
/// <value>The custom rating.</value>
public string CustomRating { get; set; }
/// <summary>
/// Gets or sets the overview.
/// </summary>