aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
diff options
context:
space:
mode:
authorTechywarrior <techywarrior@gmail.com>2013-04-13 12:39:02 -0700
committerTechywarrior <techywarrior@gmail.com>2013-04-13 12:39:02 -0700
commit89ed33bbbcc3f47299a6104cbb1dd20ad3589510 (patch)
treecbbb6908be006c57ba54f06dff0e4a0ab298b361 /MediaBrowser.Api/UserLibrary/UserLibraryService.cs
parent6b47336da308c77e441b82c6a985db88c6d3ade3 (diff)
parent5231cab777e37c908ef1650bae86c7b0ecb32499 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/UserLibraryService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/UserLibraryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
index 70e5287a1..964315fd2 100644
--- a/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
+++ b/MediaBrowser.Api/UserLibrary/UserLibraryService.cs
@@ -161,7 +161,7 @@ namespace MediaBrowser.Api.UserLibrary
public string Id { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether this <see cref="UpdateUserItemRating" /> is likes.
+ /// Gets or sets a value indicating whether this <see cref="UpdateUserItemRating"/> is likes.
/// </summary>
/// <value><c>true</c> if likes; otherwise, <c>false</c>.</value>
[ApiMember(Name = "Likes", Description = "Whether the user likes the item or not. true/false", IsRequired = true, DataType = "boolean", ParameterType = "query", Verb = "POST")]