|
|
@ -12,13 +12,13 @@ namespace MediaBrowser.Controller.Entities
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
public class UserItemData
|
|
|
|
public class UserItemData
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
public const double MinLikeValue = 6.5;
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// The _rating.
|
|
|
|
/// The _rating.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
private double? _rating;
|
|
|
|
private double? _rating;
|
|
|
|
|
|
|
|
|
|
|
|
public const double MinLikeValue = 6.5;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the user id.
|
|
|
|
/// Gets or sets the user id.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|