aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/UserItemData.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2021-05-18 21:21:26 +0200
committerGitHub <noreply@github.com>2021-05-18 21:21:26 +0200
commit8d2e5ef8c632a09109e946f87aa37fb34c0d6605 (patch)
tree9546fd5184f4c44354f4ba9f75d68fb0cc9157e4 /MediaBrowser.Controller/Entities/UserItemData.cs
parent19e9bef256129f10e701d98567826f46d30a12fb (diff)
parentb6dda30a33e7ea3465629e041be74b3e9022d810 (diff)
Merge pull request #6042 from crobibero/mbc-warn-2
Diffstat (limited to 'MediaBrowser.Controller/Entities/UserItemData.cs')
-rw-r--r--MediaBrowser.Controller/Entities/UserItemData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/UserItemData.cs b/MediaBrowser.Controller/Entities/UserItemData.cs
index f60359c01..6ab2116d7 100644
--- a/MediaBrowser.Controller/Entities/UserItemData.cs
+++ b/MediaBrowser.Controller/Entities/UserItemData.cs
@@ -96,7 +96,7 @@ namespace MediaBrowser.Controller.Entities
public const double MinLikeValue = 6.5;
/// <summary>
- /// This is an interpreted property to indicate likes or dislikes
+ /// Gets or sets a value indicating whether the item is liked or not.
/// This should never be serialized.
/// </summary>
/// <value><c>null</c> if [likes] contains no value, <c>true</c> if [likes]; otherwise, <c>false</c>.</value>