From 8530e698782d16517359f594575bf9bfbb5cd6bb Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Sun, 9 Sep 2012 15:06:56 -0400 Subject: Removed user item rating mode for now - it's too much work for the ui devs --- MediaBrowser.Model/Entities/User.cs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/User.cs b/MediaBrowser.Model/Entities/User.cs index 68e130c7a..3c6117fca 100644 --- a/MediaBrowser.Model/Entities/User.cs +++ b/MediaBrowser.Model/Entities/User.cs @@ -17,16 +17,5 @@ namespace MediaBrowser.Model.Entities public DateTime? LastLoginDate { get; set; } public DateTime? LastActivityDate { get; set; } - - /// - /// This allows the user to configure how they want to rate items - /// - public ItemRatingMode ItemRatingMode { get; set; } - } - - public enum ItemRatingMode - { - LikeOrDislike, - Numeric } } -- cgit v1.2.3