diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-18 23:37:44 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-02-18 23:37:44 -0500 |
| commit | d451386f5d1b2aa08d69040938be2cf9ee89e0ef (patch) | |
| tree | 78d39e333ebc3cdf5299e706ddb041dd52d351b3 /MediaBrowser.Model | |
| parent | 8497c2926f0ed44423f16479a4a234e36f200b68 (diff) | |
sync updates
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/Dto/ImageOptions.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/ImageOptions.cs b/MediaBrowser.Model/Dto/ImageOptions.cs index 8e35c1323..98bd0279a 100644 --- a/MediaBrowser.Model/Dto/ImageOptions.cs +++ b/MediaBrowser.Model/Dto/ImageOptions.cs @@ -88,6 +88,12 @@ namespace MediaBrowser.Model.Dto 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> /// <value>The color of the background.</value> |
