diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 23:24:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-04-30 23:24:55 -0400 |
| commit | c741082dfd709e20e9b762028a684d39755ecd28 (patch) | |
| tree | 9697b42a178c3f0710f1f7bc4fdaffcad9b53f32 /MediaBrowser.Api/SessionsService.cs | |
| parent | 98c0b28d14d68cc2989fb60fb09dde0501a8d928 (diff) | |
3.0.5233.40306
Diffstat (limited to 'MediaBrowser.Api/SessionsService.cs')
| -rw-r--r-- | MediaBrowser.Api/SessionsService.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Api/SessionsService.cs b/MediaBrowser.Api/SessionsService.cs index c6b3cce7d..82b6229a1 100644 --- a/MediaBrowser.Api/SessionsService.cs +++ b/MediaBrowser.Api/SessionsService.cs @@ -63,15 +63,6 @@ namespace MediaBrowser.Api /// <value>The name of the item.</value> [ApiMember(Name = "ItemName", Description = "The name of the item.", IsRequired = true, DataType = "string", ParameterType = "query", Verb = "POST")] public string ItemName { get; set; } - - /// <summary> - /// Gets or sets the context (Movies, Music, TvShows, etc) - /// Applicable to genres, studios and persons only because the context of items and artists can be inferred. - /// This is optional to supply and clients are free to ignore it. - /// </summary> - /// <value>The context.</value> - [ApiMember(Name = "Context", Description = "The ui context for the client (movies, music, tv, games etc). This is optional to supply and clients are free to ignore it.", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "POST")] - public string Context { get; set; } } [Route("/Sessions/{Id}/Playing", "POST", Summary = "Instructs a session to play an item")] @@ -311,7 +302,6 @@ namespace MediaBrowser.Api { var command = new BrowseRequest { - Context = request.Context, ItemId = request.ItemId, ItemName = request.ItemName, ItemType = request.ItemType |
