diff options
| author | Anthony Lavado <anthony@lavado.ca> | 2020-02-11 23:56:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 23:56:47 -0500 |
| commit | 00073c162a33672e64b2abcf6c561174acfab183 (patch) | |
| tree | 888ca227d0226f1add7cb3e2d9b6a9d6ace8594a /MediaBrowser.Api/UserLibrary/PlaystateService.cs | |
| parent | 662e1164c916098fd39469569c64f88126bedc65 (diff) | |
| parent | f93edb7ade68588f4e2e7e05932b3266105ea91a (diff) | |
Merge pull request #2363 from dkanada/view
Add session view endpoint
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/PlaystateService.cs')
| -rw-r--r-- | MediaBrowser.Api/UserLibrary/PlaystateService.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Api/UserLibrary/PlaystateService.cs b/MediaBrowser.Api/UserLibrary/PlaystateService.cs index 9d1cf5d9e..d0faca163 100644 --- a/MediaBrowser.Api/UserLibrary/PlaystateService.cs +++ b/MediaBrowser.Api/UserLibrary/PlaystateService.cs @@ -103,10 +103,6 @@ namespace MediaBrowser.Api.UserLibrary [ApiMember(Name = "MediaSourceId", Description = "The id of the MediaSource", IsRequired = true, DataType = "string", ParameterType = "query", Verb = "POST")] public string MediaSourceId { get; set; } - /// <summary> - /// 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 = "CanSeek", Description = "Indicates if the client can seek", IsRequired = false, DataType = "boolean", ParameterType = "query", Verb = "POST")] public bool CanSeek { get; set; } |
