sync updates

This commit is contained in:
Luke Pulverenti
2015-02-18 23:37:44 -05:00
parent 8497c2926f
commit d451386f5d
13 changed files with 124 additions and 11 deletions

View File

@@ -87,6 +87,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The percent played.</value>
public int? PercentPlayed { get; set; }
/// <summary>
/// Gets or sets the un played count.
/// </summary>
/// <value>The un played count.</value>
public int? UnPlayedCount { get; set; }
/// <summary>
/// Gets or sets the color of the background.
/// </summary>