aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Playback/StreamRequest.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-17 16:11:13 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-02-17 16:11:13 -0500
commit36f8eb1149e821de46b1ee15dcd1990c6a378ca9 (patch)
treeb461142fb436426bb3b3e4740eb183a8329ef65d /MediaBrowser.Api/Playback/StreamRequest.cs
parentb51f00feb695e50c2f7e1ea3b89715a2469c01ea (diff)
add db startup error handling
Diffstat (limited to 'MediaBrowser.Api/Playback/StreamRequest.cs')
-rw-r--r--MediaBrowser.Api/Playback/StreamRequest.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Playback/StreamRequest.cs b/MediaBrowser.Api/Playback/StreamRequest.cs
index 6bdb30890..f223c99ef 100644
--- a/MediaBrowser.Api/Playback/StreamRequest.cs
+++ b/MediaBrowser.Api/Playback/StreamRequest.cs
@@ -22,6 +22,9 @@ namespace MediaBrowser.Api.Playback
[ApiMember(Name = "DeviceId", Description = "The device id of the client requesting. Used to stop encoding processes when needed.", IsRequired = false, DataType = "string", ParameterType = "query", Verb = "GET")]
public string DeviceId { get; set; }
+ [ApiMember(Name = "Container", Description = "Container", IsRequired = true, DataType = "string", ParameterType = "path", Verb = "GET")]
+ public string Container { get; set; }
+
/// <summary>
/// Gets or sets the audio codec.
/// </summary>