diff options
| author | Rich Lander <rlander@microsoft.com> | 2021-08-15 10:32:18 -0700 |
|---|---|---|
| committer | Rich Lander <rlander@microsoft.com> | 2021-08-15 10:32:23 -0700 |
| commit | e7a3552aae556a5afa58207db353f10de9021274 (patch) | |
| tree | a61a1b6fddf7701b98947a66bf635808919b2b91 | |
| parent | 312e2685f8e1c734680ea9872fd31b27694d607d (diff) | |
Update per feedback
| -rw-r--r-- | MediaBrowser.Controller/Entities/UserItemData.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/UserItemData.cs b/MediaBrowser.Controller/Entities/UserItemData.cs index 9179eae93..50ba9ef30 100644 --- a/MediaBrowser.Controller/Entities/UserItemData.cs +++ b/MediaBrowser.Controller/Entities/UserItemData.cs @@ -12,13 +12,13 @@ namespace MediaBrowser.Controller.Entities /// </summary> public class UserItemData { + public const double MinLikeValue = 6.5; + /// <summary> /// The _rating. /// </summary> private double? _rating; - public const double MinLikeValue = 6.5; - /// <summary> /// Gets or sets the user id. /// </summary> |
