mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 23:26:22 +00:00
Removed user item rating mode for now - it's too much work for the ui devs
This commit is contained in:
parent
2441ba0c6d
commit
8530e69878
@@ -24,8 +24,5 @@ namespace MediaBrowser.Model.DTO
|
||||
|
||||
[ProtoMember(6)]
|
||||
public DateTime? LastActivityDate { get; set; }
|
||||
|
||||
[ProtoMember(7)]
|
||||
public ItemRatingMode ItemRatingMode { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,16 +17,5 @@ namespace MediaBrowser.Model.Entities
|
||||
|
||||
public DateTime? LastLoginDate { get; set; }
|
||||
public DateTime? LastActivityDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// This allows the user to configure how they want to rate items
|
||||
/// </summary>
|
||||
public ItemRatingMode ItemRatingMode { get; set; }
|
||||
}
|
||||
|
||||
public enum ItemRatingMode
|
||||
{
|
||||
LikeOrDislike,
|
||||
Numeric
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user